add unbound and more tools
[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
5 - name: unbound
6   service: name=unbound state=restarted enabled=yes