forked from ISTI-ansible-roles/ansible-roles
Condition check, use the new syntax
This commit is contained in:
parent
a709c56880
commit
a7315ae537
|
@ -7,5 +7,5 @@
|
||||||
|
|
||||||
- name: Update SASL hash
|
- name: Update SASL hash
|
||||||
shell: postmap hash:/etc/postfix/sasl_passwd
|
shell: postmap hash:/etc/postfix/sasl_passwd
|
||||||
when: ( update_sasl_hash | changed )
|
when: update_sasl_hash is changed
|
||||||
tags: postfix-relay
|
tags: postfix-relay
|
||||||
|
|
Loading…
Reference in New Issue