minor fixes

master
Niclas Thobaben 2021-12-27 21:55:55 +01:00
parent d7e6fd8445
commit 738eda59f1
2 changed files with 2 additions and 4 deletions

View File

@ -21,7 +21,7 @@
- debug: "msg={{bind9_initial_setup}}"
- debug: "msg={{existing_zones_result.stdout_lines}}"
- debug: "msg={{existing_zones_result}}"
- name: Backup /etc/bind/named.conf.local
become: true

View File

@ -5,6 +5,4 @@
register: dig_result
changed_when: dig_result.rc != 0
failed_when: dig_result.rc != 0
with_items: "{{zone.records}}"
- debug: "msg={{dig_result.results | selectattr('rc')}}"
with_items: "{{zone.records}}"