Files
ansible/roles/postfix/handlers/main.yml
2019-09-04 18:02:51 +02:00

15 lines
280 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