Compare commits
2 Commits
5023b5e0a3
...
68d93b1516
Author | SHA1 | Date | |
---|---|---|---|
68d93b1516 | |||
64f51a69b5 |
@ -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,6 +25,7 @@
|
|||||||
- 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