projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a host_vars template
[ansible.git]
/
roles
/
email
/
handlers
/
main.yml
diff --git
a/roles/email/handlers/main.yml
b/roles/email/handlers/main.yml
index 47e0daf494a89b9d4cda217c6adeeba3a49c3aa4..b953a16aaa234f2308c03a87246c462f2c9cf4ba 100644
(file)
--- a/
roles/email/handlers/main.yml
+++ b/
roles/email/handlers/main.yml
@@
-4,3
+4,5
@@
service: name=postfix state=restarted enabled=yes
- name: unbound
service: name=unbound state=restarted enabled=yes
+- name: dovecot
+ service: name=dovecot state=restarted enabled=yes