projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
342976ac626369a2986aaddfdfbe56ef6372ae27
[ansible.git]
/
roles
/
email
/
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: dovecot
6
service: name=dovecot state=restarted enabled=yes