Skip to content

Commit 27c4069

Browse files
committed
Fix module variable name
1 parent 9fea522 commit 27c4069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
when: nginx_type == "plus"
1818

1919
- import_tasks: modules/install-modules.yml
20-
when: true in modules.values()
20+
when: true in nginx_modules.values()
2121

2222
- import_tasks: conf/push-config.yml
2323
when: nginx_main_push_enable or nginx_http_push_enable or nginx_stream_push_enable

0 commit comments

Comments
 (0)