2019-03-05 13:44:14 +01:00
|
|
|
---
|
|
|
|
- name: reload postfix
|
2021-08-20 18:20:55 +02:00
|
|
|
ansible.builtin.service:
|
2019-03-05 13:44:14 +01:00
|
|
|
name: postfix
|
|
|
|
state: reloaded
|
2021-08-20 18:30:38 +02:00
|
|
|
|
|
|
|
- name: map transport
|
|
|
|
ansible.builtin.command: postmap /etc/postfix/transport
|
2021-08-20 18:36:55 +02:00
|
|
|
|
|
|
|
- name: map aliases
|
|
|
|
ansible.builtin.command: postalias /etc/postfix/aliases
|