ansible/roles/postfix-mailman3/handlers/main.yml

6 lines
78 B
YAML

---
- name: Restart postfix
service:
name: postfix
state: restarted