fix condition

This commit is contained in:
Robert Kaussow 2018-09-27 00:12:19 +02:00
parent 0459ad9683
commit 3a2f5e64b8
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
state: "{{ item.state }}"
persistent: "{{ item.persistent }}"
with_items: "{{ nginx_set_sebooleans }}"
when: nginx_set_sebooleans
when: nginx_set_sebooleans is defined
become: True
become_user: root