diff --git a/library/roles/unbound-resolver/templates/unbound-remote-control.conf b/library/roles/unbound-resolver/templates/unbound-remote-control.conf index bf668bba..b7eb1484 100644 --- a/library/roles/unbound-resolver/templates/unbound-remote-control.conf +++ b/library/roles/unbound-resolver/templates/unbound-remote-control.conf @@ -1,6 +1,6 @@ remote-control: control-enable: {{ unbound_remote_control }} -{% if unbount_remote_IP is defined %} - control-interface: '{{ unbount_remote_IP }}' +{% if unbound_remote_IP is defined %} + control-interface: '{{ unbound_remote_IP }}' {% endif %}