From da753456a746ee7672dadbae5541320c9a64933c Mon Sep 17 00:00:00 2001 From: nd Date: Tue, 14 Aug 2018 03:19:56 +0200 Subject: [PATCH] updated role to work with ansible 2.6 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3eb43e4..05d35d2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,7 +31,7 @@ template: src: zonefile.db.j2 dest: "/etc/powerdns/tpl/{{ item }}" - with_items: "{{ dnsserver.zones.keys() }}" + with_items: "{{ dnsserver.zones.keys()|list }}" register: zonefilestask notify: - copy zone