Remove redundant check
The main.yml task already checks for the waf variable - adding an additional check in install-waf.yml is redundant
This commit is contained in:
parent
3a26924618
commit
4a400fdf7a
@ -3,7 +3,6 @@
|
|||||||
package:
|
package:
|
||||||
name: nginx-plus-module-modsecurity
|
name: nginx-plus-module-modsecurity
|
||||||
state: present
|
state: present
|
||||||
when: waf
|
|
||||||
|
|
||||||
- name: "(Setup: NGINX Plus) Load NGINX Plus WAF Module"
|
- name: "(Setup: NGINX Plus) Load NGINX Plus WAF Module"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user