ansible-role-postfix/handlers/main.yml
2023-04-01 03:16:57 +02:00

11 lines
305 B
YAML

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