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 %}