ansible/roles/postfix_non_mailhost/handlers/main.yml

11 lines
151 B
YAML
Raw Normal View History

2021-02-16 02:02:15 +01:00
---
2021-02-16 02:42:08 +01:00
- name: restart postfix
2021-02-16 02:02:15 +01:00
service:
name: postfix
state: restarted
2021-02-16 02:42:08 +01:00
- name: reload postfix
2021-02-16 02:02:15 +01:00
service:
name: postfix
state: reloaded