fixed invalid loop items

master
Niclas Thobaben 2021-12-27 21:11:50 +01:00
parent b1c656724d
commit 9cc001f8e7
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@
- name: Backup existing zone files
shell: "mv {{bind9_zone_dir}}/{{item}} {{bind9_zone_dir}}/{{item}}.bak"
with_items: "{{result.stdout_lines}}"
with_items: "{{existing_zones_result.stdout_lines}}"
when: not bind9_initial_setup