mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-03 12:12:10 +07:00
no_log on task : Deploy SSL certs
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user