From 46802856052832981b754ad3f5117192c46a23a6 Mon Sep 17 00:00:00 2001 From: s3lph Date: Thu, 30 Sep 2021 00:37:26 +0200 Subject: [PATCH] Fix config file whitespaces --- roles/knot/templates/etc/knot/knot.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/knot/templates/etc/knot/knot.conf.j2 b/roles/knot/templates/etc/knot/knot.conf.j2 index bb9c40b..348e069 100644 --- a/roles/knot/templates/etc/knot/knot.conf.j2 +++ b/roles/knot/templates/etc/knot/knot.conf.j2 @@ -93,8 +93,8 @@ submission: timeout: {{ knot_dnssec_submission_timeout }} {% if zone.parents is defined and zone.parents | length > 0 %} parent:{% for parent in zone.parents %} {{ parent }}{% endfor %} -{% endif %} +{% endif %} {% endif %} {% endfor %}