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