syntax fix

This commit is contained in:
Daniel Jakots 2017-06-02 13:16:49 -04:00
parent 214442b15f
commit 47d68ab660
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ server:
# root-hints: "/var/unbound/etc/named.cache"
# Uncomment to enable DNSSEC validation.
{% if ansible_os_family = "OpenBSD" %}
{% if ansible_os_family == "OpenBSD" %}
auto-trust-anchor-file: "/var/unbound/db/root.key"
{% else %}
#auto-trust-anchor-file: "/etc/unbound/root.key"