Condition check, use the new syntax

This commit is contained in:
Andrea Dell'Amico 2018-05-04 16:06:10 +02:00
parent a709c56880
commit a7315ae537
1 changed files with 1 additions and 1 deletions

View File

@ -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