11 lines
263 B
YAML
11 lines
263 B
YAML
|
---
|
||
|
- name: Refresh aliases
|
||
|
shell: newaliases
|
||
|
- name: Reload postfix
|
||
|
service:
|
||
|
name: postfix
|
||
|
state: restarted
|
||
|
- name: Reload Systemd daemon
|
||
|
shell: systemctl daemon-reload
|
||
|
- name: Update passwords
|
||
|
shell: /usr/sbin/postmap /etc/postfix/smtp_passwords
|