ansible/roles/mail/handlers/main.yml

8 lines
134 B
YAML
Raw Normal View History

---
- name: restart dovecot
service: name=dovecot state=restarted
- name: restart postfix
service: name=postfix state=restarted