From 9fa00e736e6f2421b048e7714575a198f240cc27 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Mon, 30 Sep 2019 17:11:01 -0300 Subject: [PATCH] fix variable type --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ed9d5b6..aebe114 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -73,7 +73,7 @@ SMTPD_RECIPIENT_RESTRICTIONS: "{{ postfix_recipient_restrictions | join(', ') }}" MESSAGE_SIZE_LIMIT: - "{{ postfix_message_size_limit }}" + "{{ postfix_message_size_limit | string }}" SMTPD_HELO_REQUIRED: "{{ 'yes' if postfix_helo_required else 'no' }}" BIFF: