---
- name: restart postfix
service: name=postfix state=restarted enabled=yes
- name: rehash relay_auth
command: postmap /etc/postfix/relay_auth
...