Files
ansible-playbooks/roles/mail_server/handlers/main.yml
T

10 lines
200 B
YAML

---
- name: restart_postfix
service: name=postfix state=restarted
- name: restart_dovecot
service: name=dovecot state=restarted
- name: restart_opendkim
service: name=opendkim state=restarted