no_log while creating SSL directories

This commit is contained in:
Emilien Mantel
2016-12-08 09:19:12 +01:00
parent 875c7cfb2e
commit 481bcd34b1

View File

@@ -22,6 +22,7 @@
state=directory
with_items: "{{ nginx_ssl_pairs }}"
when: item.dest_key is not defined or item.dest_cert is not defined
no_log: true
- name: COPY | Deploy SSL keys
copy: >