From a7315ae537371c65b17d3733e5c2f75054e0014a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 4 May 2018 16:06:10 +0200 Subject: [PATCH] Condition check, use the new syntax --- postfix-relay/tasks/smtp-sasl-auth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix-relay/tasks/smtp-sasl-auth.yml b/postfix-relay/tasks/smtp-sasl-auth.yml index 34ef4e0c..bc4f2a2e 100644 --- a/postfix-relay/tasks/smtp-sasl-auth.yml +++ b/postfix-relay/tasks/smtp-sasl-auth.yml @@ -7,5 +7,5 @@ - name: Update SASL hash shell: postmap hash:/etc/postfix/sasl_passwd - when: ( update_sasl_hash | changed ) + when: update_sasl_hash is changed tags: postfix-relay