From f3651be98ddaf4189f22903b4d12ff341578bd34 Mon Sep 17 00:00:00 2001 From: "tommaso.piccioli" Date: Wed, 10 Jul 2019 12:53:15 +0200 Subject: [PATCH] minor fix --- .../unbound-resolver/templates/unbound-remote-control.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/roles/unbound-resolver/templates/unbound-remote-control.conf b/library/roles/unbound-resolver/templates/unbound-remote-control.conf index ff3857c..bf668bb 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_remove_IP is defined %} - control-interface: '{{ unbount_remove_IP }}' +{% if unbount_remote_IP is defined %} + control-interface: '{{ unbount_remote_IP }}' {% endif %}