mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2023-11-22 16:00
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
---
|
||||
|
||||
- name: restart postfix
|
||||
service: name=postfix state=restarted
|
||||
|
||||
- name: reload postfix
|
||||
service: name=postfix state=reloaded
|
||||
|
||||
- name: rehash relay_auth
|
||||
command: postmap /etc/postfix/relay_auth
|
||||
notify: reload postfix
|
||||
|
||||
- name: rehash relay_domains
|
||||
command: postmap /etc/postfix/relay_domains
|
||||
notify: reload postfix
|
||||
|
||||
- name: rehash transport_maps
|
||||
command: postmap /etc/postfix/transport_maps
|
||||
notify: reload postfix
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user