From 27c40696463856026856ec8710cfb7743cf5ea71 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Fri, 14 Sep 2018 17:53:08 -0700 Subject: [PATCH] Fix module variable name --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6544143..1525a2c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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