ansible-role-mailserver/handlers/main.yml
2025-01-29 03:02:15 +01:00

11 lines
301 B
YAML

- name: restart dovecot
service: name=dovecot state=restarted
- name: restart postfix
service: name=postfix state=restarted
- name: restart prometheus-postfix-exporter
service: name=prometheus-postfix-exporter state=restarted
- name: restart postsrsd
service: name=postsrsd state=restarted