forked from mauro/ansible-role-postfix
fix variable type
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
SMTPD_RECIPIENT_RESTRICTIONS:
|
SMTPD_RECIPIENT_RESTRICTIONS:
|
||||||
"{{ postfix_recipient_restrictions | join(', ') }}"
|
"{{ postfix_recipient_restrictions | join(', ') }}"
|
||||||
MESSAGE_SIZE_LIMIT:
|
MESSAGE_SIZE_LIMIT:
|
||||||
"{{ postfix_message_size_limit }}"
|
"{{ postfix_message_size_limit | string }}"
|
||||||
SMTPD_HELO_REQUIRED:
|
SMTPD_HELO_REQUIRED:
|
||||||
"{{ 'yes' if postfix_helo_required else 'no' }}"
|
"{{ 'yes' if postfix_helo_required else 'no' }}"
|
||||||
BIFF:
|
BIFF:
|
||||||
|
|||||||
Reference in New Issue
Block a user