replaced command by shell
This commit is contained in:
@@ -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"}
|
||||||
|
|||||||
Reference in New Issue
Block a user