forked from mauro/ansible-role-postfix
fix variable type
This commit is contained in:
@@ -97,9 +97,9 @@
|
|||||||
POSTSCREEN_DNSBL_ACTION:
|
POSTSCREEN_DNSBL_ACTION:
|
||||||
"{{ postfix_postscreen_dnsbl_action }}"
|
"{{ postfix_postscreen_dnsbl_action }}"
|
||||||
POSTSCREEN_DNSBL_THRESHOLD:
|
POSTSCREEN_DNSBL_THRESHOLD:
|
||||||
"{{ postfix_postscreen_dnsbl_threshold }}"
|
"{{ postfix_postscreen_dnsbl_threshold | string}}"
|
||||||
POSTSCREEN_DNSBL_WHITELIST_THRESHOLD:
|
POSTSCREEN_DNSBL_WHITELIST_THRESHOLD:
|
||||||
"{{ postfix_postscreen_dnsbl_whitelist_threshold }}"
|
"{{ postfix_postscreen_dnsbl_whitelist_threshold | string }}"
|
||||||
POSTSCREEN_GREET_ACTION:
|
POSTSCREEN_GREET_ACTION:
|
||||||
"{{ postfix_postscreen_greet_action }}"
|
"{{ postfix_postscreen_greet_action }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user