ansible-role-postfix/handlers/main.yml

8 lines
122 B
YAML
Raw Normal View History

2022-10-11 09:19:06 +02:00
---
- name: Refresh aliases
shell: newaliases
- name: Restart postfix
service:
name: postfix
state: restarted