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:
parent
c6c133674e
commit
af54ab1401
@ -55,6 +55,9 @@
|
|||||||
- import_tasks: conf/debug-output.yml
|
- import_tasks: conf/debug-output.yml
|
||||||
when: nginx_debug_output | bool
|
when: nginx_debug_output | bool
|
||||||
|
|
||||||
|
- import_tasks: plus/delete-license.yml
|
||||||
|
when: nginx_type == "plus" and nginx_delete_license
|
||||||
|
|
||||||
when: nginx_enable | bool
|
when: nginx_enable | bool
|
||||||
|
|
||||||
- import_tasks: amplify/install-amplify.yml
|
- import_tasks: amplify/install-amplify.yml
|
||||||
|
@ -21,6 +21,3 @@
|
|||||||
name: nginx-plus
|
name: nginx-plus
|
||||||
state: present
|
state: present
|
||||||
notify: "(Handler: All OSs) Start NGINX"
|
notify: "(Handler: All OSs) Start NGINX"
|
||||||
|
|
||||||
- import_tasks: delete-license.yml
|
|
||||||
when: nginx_delete_license | bool
|
|
||||||
|
Loading…
Reference in New Issue
Block a user