ansible-roles/courier/handlers/main.yml
2017-01-11 17:56:47 +01:00

26 lines
532 B
YAML

---
- name: restart courier-authdaemon
service:
name: courier-authdaemon
state: restarted
- name: restart courier-imap
service:
name: courier-imap
state: restarted
- name: restart courier-imap-ssl
service:
name: courier-imap-ssl
state: restarted
- name: restart courier-ldap
service:
name: courier-ldap
state: restarted
- name: restart courier-pop
service:
name: courier-pop
state: restarted
- name: restart courier-pop-ssl
service:
name: courier-pop-ssl
state: restarted