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