From 03294fc79b7d2e8e8e670f8dffcefa2f18f94f56 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 21 Nov 2020 20:25:31 -0500 Subject: [PATCH] Fix bad interoplation --- package-postfix_filter/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-postfix_filter/defaults/main.yml b/package-postfix_filter/defaults/main.yml index ca0c3a3..ffb7036 100644 --- a/package-postfix_filter/defaults/main.yml +++ b/package-postfix_filter/defaults/main.yml @@ -18,7 +18,7 @@ remote_block_lists: - cbl.abuseat.org # Enable TLS (literal yes/no only) and, if yes, the cert and key files -tls_enabled: yes +tls_enabled: "yes" tls_cert: "/etc/ssl/{{ ansible_fqdn }}.crt" tls_key: "/etc/ssl/{{ ansible_fqdn }}.key"