Fix module variable name
This commit is contained in:
parent
9fea522566
commit
27c4069646
@ -17,7 +17,7 @@
|
||||
when: nginx_type == "plus"
|
||||
|
||||
- import_tasks: modules/install-modules.yml
|
||||
when: true in modules.values()
|
||||
when: true in nginx_modules.values()
|
||||
|
||||
- import_tasks: conf/push-config.yml
|
||||
when: nginx_main_push_enable or nginx_http_push_enable or nginx_stream_push_enable
|
||||
|
Loading…
Reference in New Issue
Block a user