fix condition
This commit is contained in:
parent
0459ad9683
commit
3a2f5e64b8
@ -89,7 +89,7 @@
|
|||||||
state: "{{ item.state }}"
|
state: "{{ item.state }}"
|
||||||
persistent: "{{ item.persistent }}"
|
persistent: "{{ item.persistent }}"
|
||||||
with_items: "{{ nginx_set_sebooleans }}"
|
with_items: "{{ nginx_set_sebooleans }}"
|
||||||
when: nginx_set_sebooleans
|
when: nginx_set_sebooleans is defined
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user