replaced command by shell

This commit is contained in:
2022-10-27 17:20:18 +02:00
parent b4f1694cc5
commit cca42e3325

View File

@@ -1,5 +1,5 @@
- name: mailserver | postfix | configuration - name: mailserver | postfix | configuration
command: shell:
cmd: "postconf {{item.key}}={{item.value}}" cmd: "postconf {{item.key}}={{item.value}}"
loop: loop:
- {key: "address_verify_map", value: "btree:/usr/lib/postfix/bin/verify"} - {key: "address_verify_map", value: "btree:/usr/lib/postfix/bin/verify"}