properly set up opendkim
[ansible.git] / roles / postfix / handlers / main.yml
1 - name: opendkim
2   service: name=opendkim state=restarted enabled=yes
3 - name: postfix
4   service: name=postfix state=restarted enabled=yes