2019-03-05 12:44:14 +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
|
|
|
|
|
|
|
- name: map transport
|
|
|
|
ansible.builtin.command: postmap /etc/postfix/transport
|
2021-08-20 16:36:55 +00:00
|
|
|
|
|
|
|
- name: map aliases
|
|
|
|
ansible.builtin.command: postalias /etc/postfix/aliases
|