From 89a1e9c418a3835d3c960a8ed7dc14fb44dae1d5 Mon Sep 17 00:00:00 2001 From: Jordi Clariana Date: Thu, 14 Dec 2017 13:17:09 +0100 Subject: [PATCH] No log sasl_passwd changes Otherwise the password is shown in Ansible output. --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 15ba509..ba298e4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -66,6 +66,7 @@ group: root mode: 0600 when: postfix_relayhost != false + no_log: true notify: - postmap sasl_passwd - restart postfix