Fix module installation when with plus (#162)

* Fixes module installation when nginx_delete_license is set to true with plus license
This commit is contained in:
Thomas Boros 2019-10-03 18:10:51 +02:00 committed by Alessandro Fael Garcia
parent c6c133674e
commit af54ab1401
2 changed files with 3 additions and 3 deletions

View File

@ -55,6 +55,9 @@
- import_tasks: conf/debug-output.yml
when: nginx_debug_output | bool
- import_tasks: plus/delete-license.yml
when: nginx_type == "plus" and nginx_delete_license
when: nginx_enable | bool
- import_tasks: amplify/install-amplify.yml

View File

@ -21,6 +21,3 @@
name: nginx-plus
state: present
notify: "(Handler: All OSs) Start NGINX"
- import_tasks: delete-license.yml
when: nginx_delete_license | bool