mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-26 09:12:09 +07:00
no_log while creating SSL directories
This commit is contained in:
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user