Spacing
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
{% import 'named.conf.functions.j2' as functions with context %}
|
||||
{{ ansible_managed | comment }}
|
||||
{% if item.options is defined and item.options %}
|
||||
options {
|
||||
{% filter indent(bind9_config_indent,true)%}
|
||||
{% include 'named.conf.options.j2' %}
|
||||
{% endfilter %}
|
||||
};
|
||||
|
||||
{% endif %}
|
||||
{% if item.acl is defined and item.acl %}
|
||||
{% include 'named.conf.acl.j2' %}
|
||||
|
||||
Reference in New Issue
Block a user