Fix config file whitespaces

This commit is contained in:
s3lph 2021-09-30 00:37:26 +02:00
parent a339290de7
commit 4680285605

View file

@ -93,8 +93,8 @@ submission:
timeout: {{ knot_dnssec_submission_timeout }} timeout: {{ knot_dnssec_submission_timeout }}
{% if zone.parents is defined and zone.parents | length > 0 %} {% if zone.parents is defined and zone.parents | length > 0 %}
parent:{% for parent in zone.parents %} {{ parent }}{% endfor %} parent:{% for parent in zone.parents %} {{ parent }}{% endfor %}
{% endif %}
{% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}