feat: Establish version maintenance strategy for BIND9 support (#5) #7

Merged
daniel merged 19 commits from main into origin/main 2026-02-07 22:02:28 +00:00
2 changed files with 9 additions and 3 deletions
Showing only changes of commit 907735c294 - Show all commits

View File

@@ -27,5 +27,11 @@ bind9_default_config:
options: options:
directory: "{{ bind9_working_directory }}" directory: "{{ bind9_working_directory }}"
bind9_config: "{{ [bind9_default_config, bind9_group_config, bind9_site_config, bind9_host_config] | community.general.lists_mergeby('name', recursive=true, list_merge='append_rp') bind9_config: >-
}}" {{
[bind9_default_config,
bind9_group_config,
bind9_site_config,
bind9_host_config] |
community.general.lists_mergeby('name', recursive=true, list_merge='append_rp')
}}

View File

@@ -50,7 +50,7 @@
loop: "{{ bind9_config }}" loop: "{{ bind9_config }}"
loop_control: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"
register: _template_result register: bind9_template_result
- name: Validate configuration using named-checkconf - name: Validate configuration using named-checkconf
ansible.builtin.command: ansible.builtin.command: