We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fea522 commit 27c4069Copy full SHA for 27c4069
tasks/main.yml
@@ -17,7 +17,7 @@
17
when: nginx_type == "plus"
18
19
- import_tasks: modules/install-modules.yml
20
- when: true in modules.values()
+ when: true in nginx_modules.values()
21
22
- import_tasks: conf/push-config.yml
23
when: nginx_main_push_enable or nginx_http_push_enable or nginx_stream_push_enable
0 commit comments