no_log on sensitive data

pull/27/head
Emilien Mantel 2016-11-02 14:48:49 +01:00
parent 817d56fb81
commit 6b1366298f
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@
- "{{ nginx_htpasswd }}"
- users
when: item.0.state is not defined or item.0.state == 'present'
no_log: true

View File

@ -28,6 +28,7 @@
with_items: "{{ nginx_ssl_pairs }}"
when: item.key is defined
notify: reload nginx
no_log: true
- name: COPY | Deploy SSL certs
copy: >