no_log while creating SSL directories
parent
875c7cfb2e
commit
481bcd34b1
|
@ -22,6 +22,7 @@
|
||||||
state=directory
|
state=directory
|
||||||
with_items: "{{ nginx_ssl_pairs }}"
|
with_items: "{{ nginx_ssl_pairs }}"
|
||||||
when: item.dest_key is not defined or item.dest_cert is not defined
|
when: item.dest_key is not defined or item.dest_cert is not defined
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: COPY | Deploy SSL keys
|
- name: COPY | Deploy SSL keys
|
||||||
copy: >
|
copy: >
|
||||||
|
|
Loading…
Reference in New Issue