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

Commit 0577da7

Browse files
authored
Merge pull request #1326 from oxyc/issue-1324
Issue #1324: Remove geerlingguy.nginx hard dependency from drupalvm.www
2 parents 9d6ba3f + 177c678 commit 0577da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provisioning/roles/drupalvm.www/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are a few defaults defined, but you shouldn't really need to worry about t
1212

1313
## Dependencies
1414

15-
- geerlingguy.nginx
15+
- geerlingguy.nginx if `drupalvm_webserver` is set to `nginx`.
1616

1717
## Example Playbook
1818

provisioning/roles/drupalvm.www/meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ galaxy_info:
2828
- vagrant
2929

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

0 commit comments

Comments
 (0)