Compare commits
3 Commits
68d93b1516
...
5023b5e0a3
Author | SHA1 | Date | |
---|---|---|---|
5023b5e0a3 | |||
9bbffa5f1f | |||
307ed12b2b |
@ -11,7 +11,7 @@ zone:
|
|||||||
zonefile: "{{ nsd.zones_dir }}/{{ zonefile_name(name, config) }}"
|
zonefile: "{{ nsd.zones_dir }}/{{ zonefile_name(name, config) }}"
|
||||||
{%- for option in extraopts %}
|
{%- for option in extraopts %}
|
||||||
{%- if option in config %}
|
{%- if option in config %}
|
||||||
{{ option }}: "{{ config[option] }}"
|
{{ option }}: {{ config[option] }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
- file: nsd-config-file-file-managed
|
- file: nsd-config-file-file-managed
|
||||||
- context:
|
- context:
|
||||||
nsd: {{ nsd | json }}
|
nsd: {{ nsd | json }}
|
||||||
- check_cmd: nsd-checkconf
|
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: nsd-service-running-service-running
|
- service: nsd-service-running-service-running
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user