From cca42e33259892ed8e0088787fa53bc9121b499b Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Thu, 27 Oct 2022 17:20:18 +0200 Subject: [PATCH] replaced command by shell --- roles/mailserver/tasks/configure_postfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailserver/tasks/configure_postfix.yml b/roles/mailserver/tasks/configure_postfix.yml index a2418da..6e23eac 100644 --- a/roles/mailserver/tasks/configure_postfix.yml +++ b/roles/mailserver/tasks/configure_postfix.yml @@ -1,5 +1,5 @@ - name: mailserver | postfix | configuration - command: + shell: cmd: "postconf {{item.key}}={{item.value}}" loop: - {key: "address_verify_map", value: "btree:/usr/lib/postfix/bin/verify"}