From fcb59fd3316305fdaa7af1df8fbac81538e93696 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Tue, 14 Mar 2017 11:21:35 +0100 Subject: [PATCH] no_log when deleting htpasswd files --- tasks/htpasswd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/htpasswd.yml b/tasks/htpasswd.yml index c0d9fef..210cce4 100644 --- a/tasks/htpasswd.yml +++ b/tasks/htpasswd.yml @@ -6,6 +6,7 @@ state=absent with_items: "{{ nginx_htpasswd }}" when: item.state is defined and item.state == 'absent' + no_log: true - name: HTPASSWD | Manage files htpasswd: >