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

@ -6,6 +6,7 @@
src: "/var/lib/powerdns/tpl/{{ item.item }}"
dest: "/var/lib/powerdns/zones/db.{{ item.item }}"
remote_src: yes
mode: 0644
with_items: "{{ zonefilestask.results }}"
loop_control:
label: "{{ item.item }}"