Files
ansible/roles/postfix/handlers/main.yml
2024-07-05 11:53:13 +02:00

15 lines
279 B
YAML

---
- name: postmap virtual-regexp
command: postmap /etc/postfix/virtual-regexp
listen: "postmap files"
- name: postmap transport
command: postmap /etc/postfix/transport
listen: "postmap files"
- name: restart postfix
service:
name: postfix
state: restarted