Skip to content

Commit af54ab1

Browse files
fr6ncoalessfg
authored andcommitted
Fix module installation when with plus (#162)
* Fixes module installation when nginx_delete_license is set to true with plus license
1 parent c6c1336 commit af54ab1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
- import_tasks: conf/debug-output.yml
5656
when: nginx_debug_output | bool
5757

58+
- import_tasks: plus/delete-license.yml
59+
when: nginx_type == "plus" and nginx_delete_license
60+
5861
when: nginx_enable | bool
5962

6063
- import_tasks: amplify/install-amplify.yml

tasks/plus/install-plus.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@
2121
name: nginx-plus
2222
state: present
2323
notify: "(Handler: All OSs) Start NGINX"
24-
25-
- import_tasks: delete-license.yml
26-
when: nginx_delete_license | bool

0 commit comments

Comments
 (0)