Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1326 from oxyc/issue-1324
Browse files Browse the repository at this point in the history
Issue #1324: Remove geerlingguy.nginx hard dependency from drupalvm.www
  • Loading branch information
geerlingguy committed Apr 22, 2017
2 parents 9d6ba3f + 177c678 commit 0577da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provisioning/roles/drupalvm.www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are a few defaults defined, but you shouldn't really need to worry about t

## Dependencies

- geerlingguy.nginx
- geerlingguy.nginx if `drupalvm_webserver` is set to `nginx`.

## Example Playbook

Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/drupalvm.www/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ galaxy_info:
- vagrant

dependencies:
- geerlingguy.nginx
- { role: geerlingguy.nginx, when: drupalvm_webserver == 'nginx' }

0 comments on commit 0577da7

Please sign in to comment.