Skip to content

Commit 177c678

Browse files
committed
Issue geerlingguy#1324: Only depend on geerlingguy.nginx when drupalvm_webserver is nginx
1 parent 3da370c commit 177c678

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)