fix linter

This commit is contained in:
nd 2021-07-17 01:51:03 +02:00
parent 0db1afc36f
commit 8a532d8c29
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 10 additions and 0 deletions

View file

@ -16,6 +16,9 @@
template:
src: pdns.conf.j2
dest: /etc/powerdns/pdns.conf
owner: root
group: root
mode: 0644
notify:
- restart powerdns
@ -36,6 +39,9 @@
template:
src: backend-bind.conf.j2
dest: /etc/powerdns/backends/bind.conf
owner: root
group: root
mode: 0644
notify:
- restart powerdns
@ -43,6 +49,9 @@
template:
src: zonefile.db.j2
dest: "/var/lib/powerdns/tpl/{{ item }}"
owner: root
group: root
mode: 0644
with_items: "{{ powerdns.zones.keys()|list }}"
register: zonefilestask
notify: