From 5a7731735ba6bd845a0ccf7350354142fdff602a Mon Sep 17 00:00:00 2001 From: Aleksey Shirokih Date: Wed, 22 Apr 2020 15:59:07 +0300 Subject: [PATCH] Restrict logging certificate content in diff mode (#242) --- tasks/conf/upload-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/conf/upload-config.yml b/tasks/conf/upload-config.yml index fb08fb6..66c68dd 100644 --- a/tasks/conf/upload-config.yml +++ b/tasks/conf/upload-config.yml @@ -88,4 +88,5 @@ decrypt: yes backup: yes with_fileglob: "{{ nginx_ssl_key_upload_src }}" + no_log: yes when: nginx_ssl_upload_enable | bool