updated role to work with ansible 2.6
This commit is contained in:
parent
536df4f7dd
commit
da753456a7
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
template:
|
template:
|
||||||
src: zonefile.db.j2
|
src: zonefile.db.j2
|
||||||
dest: "/etc/powerdns/tpl/{{ item }}"
|
dest: "/etc/powerdns/tpl/{{ item }}"
|
||||||
with_items: "{{ dnsserver.zones.keys() }}"
|
with_items: "{{ dnsserver.zones.keys()|list }}"
|
||||||
register: zonefilestask
|
register: zonefilestask
|
||||||
notify:
|
notify:
|
||||||
- copy zone
|
- copy zone
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue