Fix knot syntax error
This commit is contained in:
parent
ffe2555d8a
commit
bbf100ddfd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
mode: 0640
|
mode: 0640
|
||||||
vars:
|
vars:
|
||||||
zone: "hostvars[inventory_hostname]['knot_zone_' + item]"
|
zone: "hostvars[inventory_hostname]['knot_zone_' + item]"
|
||||||
loop: "{{ knot_zone_groups | subelements(zones) }}"
|
loop: "{{ knot_zone_groups | subelements('zones') }}"
|
||||||
notify: reload knot
|
notify: reload knot
|
||||||
|
|
||||||
- name: render knot server config
|
- name: render knot server config
|
||||||
|
|
Loading…
Reference in a new issue