ansible-role-postfix_mta/handlers/main.yml

12 lines
300 B
YAML
Raw Permalink Normal View History

2019-03-05 12:44:14 +00:00
---
2023-06-29 14:19:02 +00:00
- name: Reload postfix
2021-08-20 16:20:55 +00:00
ansible.builtin.service:
2019-03-05 12:44:14 +00:00
name: postfix
state: reloaded
2021-08-20 16:30:38 +00:00
2023-06-29 14:19:02 +00:00
- name: Map transport # noqa no-changed-when
2021-08-20 16:30:38 +00:00
ansible.builtin.command: postmap /etc/postfix/transport
2021-08-20 16:36:55 +00:00
2023-06-29 14:19:02 +00:00
- name: Map aliases # noqa no-changed-when
2021-08-20 16:36:55 +00:00
ansible.builtin.command: postalias /etc/postfix/aliases