no_log while creating SSL directories

pull/27/head
Emilien Mantel 2016-12-08 09:19:12 +01:00
parent 875c7cfb2e
commit 481bcd34b1
1 changed files with 1 additions and 0 deletions

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: >