no_log on task : Deploy SSL certs
parent
8ccc9f521f
commit
4a3aed6974
|
@ -39,4 +39,5 @@
|
||||||
with_items: "{{ nginx_ssl_pairs }}"
|
with_items: "{{ nginx_ssl_pairs }}"
|
||||||
when: item.cert is defined
|
when: item.cert is defined
|
||||||
notify: reload nginx
|
notify: reload nginx
|
||||||
|
no_log: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue