From 675261da1b625c5e47dbc48d08911538b4e45236 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Thu, 27 Oct 2022 18:27:57 +0200 Subject: [PATCH] quoting --- 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 6e23eac..04d3e82 100644 --- a/roles/mailserver/tasks/configure_postfix.yml +++ b/roles/mailserver/tasks/configure_postfix.yml @@ -20,7 +20,7 @@ - {key: "milter_default_action", value: "accept"} - {key: "mydestination", value: "'localhost, kashyyyk, coruscant'"} - {key: "myhostname", value: "kashyyyk.universe.local"} - - {key: "mynetworks", value: "{{ mynetworks }}"} + - {key: "mynetworks", value: "'{{ mynetworks }}'"} - {key: "mynetworks_style", value: "subnet"} - {key: "readme_directory", value: "no"} - {key: "recipient_canonical_maps", value: "hash:/etc/postfix/recipient-canonical"}