From 4a3aed69748da3afc156317a62f0536a5b1fb90d Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Tue, 29 Nov 2016 09:35:53 +0100 Subject: [PATCH] no_log on task : Deploy SSL certs --- tasks/ssl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/ssl.yml b/tasks/ssl.yml index 67edbe9..c87747a 100644 --- a/tasks/ssl.yml +++ b/tasks/ssl.yml @@ -39,4 +39,5 @@ with_items: "{{ nginx_ssl_pairs }}" when: item.cert is defined notify: reload nginx + no_log: true