ansible/roles/postfix/handlers/main.yml

5 lines
78 B
YAML

---
- name: restart postfix
service:
name: postfix
state: restarted