Fix bad interoplation
This commit is contained in:
parent
ff347fc6b5
commit
03294fc79b
|
@ -18,7 +18,7 @@ remote_block_lists:
|
||||||
- cbl.abuseat.org
|
- cbl.abuseat.org
|
||||||
|
|
||||||
# Enable TLS (literal yes/no only) and, if yes, the cert and key files
|
# 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_cert: "/etc/ssl/{{ ansible_fqdn }}.crt"
|
||||||
tls_key: "/etc/ssl/{{ ansible_fqdn }}.key"
|
tls_key: "/etc/ssl/{{ ansible_fqdn }}.key"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue