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