no_log on sensitive data
parent
817d56fb81
commit
6b1366298f
|
@ -17,3 +17,4 @@
|
|||
- "{{ nginx_htpasswd }}"
|
||||
- users
|
||||
when: item.0.state is not defined or item.0.state == 'present'
|
||||
no_log: true
|
||||
|
|
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue