mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:08:33 +01:00
13 lines
238 B
YAML
13 lines
238 B
YAML
- name: postmap all
|
|
shell:
|
|
cmd: "/usr/sbin/postmap {{ item }}"
|
|
chdir: "/etc/postfix/"
|
|
with_items:
|
|
- sender_access
|
|
- enabled_senders
|
|
- relocated
|
|
- sender_blacklist
|
|
- tls_policy
|
|
- transport
|
|
- virtual
|