no_log when deleting htpasswd files

pull/2/merge
Emilien Mantel 2017-03-14 11:21:35 +01:00
parent 2aa9e8b6b9
commit fcb59fd331
1 changed files with 1 additions and 0 deletions

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: >