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 c6c1336 commit af54ab1Copy full SHA for af54ab1
tasks/main.yml
@@ -55,6 +55,9 @@
55
- import_tasks: conf/debug-output.yml
56
when: nginx_debug_output | bool
57
58
+ - import_tasks: plus/delete-license.yml
59
+ when: nginx_type == "plus" and nginx_delete_license
60
+
61
when: nginx_enable | bool
62
63
- import_tasks: amplify/install-amplify.yml
tasks/plus/install-plus.yml
@@ -21,6 +21,3 @@
21
name: nginx-plus
22
state: present
23
notify: "(Handler: All OSs) Start NGINX"
24
-
25
-- import_tasks: delete-license.yml
26
- when: nginx_delete_license | bool
0 commit comments