no_log when deleting htpasswd files

This commit is contained in:
Emilien Mantel
2017-03-14 11:21:35 +01:00
parent 2aa9e8b6b9
commit fcb59fd331

View File

@@ -6,6 +6,7 @@
state=absent
with_items: "{{ nginx_htpasswd }}"
when: item.state is defined and item.state == 'absent'
no_log: true
- name: HTPASSWD | Manage files
htpasswd: >