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
---
- name: Restart postfix
service:
name: postfix
state: restarted
- name: Reload postfix
service:
name: postfix
state: reloaded