Fix bad interoplation

This commit is contained in:
Joshua Boniface 2020-11-21 20:25:31 -05:00
parent ff347fc6b5
commit 03294fc79b
1 changed files with 1 additions and 1 deletions

View File

@ -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"