postfix/handlers/main.yml

10 lines
173 B
YAML
Raw Normal View History

2024-12-06 11:04:10 +01:00
---
- name: newaliases
command: newaliases
- name: reload postfix
service: name=postfix state=reloaded
- name: restart postfix
service: name=postfix state=restarted