postfix/handlers/main.yml
Ludovic Cartier 53beeec066 first commit
2024-12-06 11:04:10 +01:00

10 lines
173 B
YAML

---
- name: newaliases
command: newaliases
- name: reload postfix
service: name=postfix state=reloaded
- name: restart postfix
service: name=postfix state=restarted