WIP: new z9 ccchh router #98

Draft
bitwhisker wants to merge 23 commits from new_ccchh_router into main
Showing only changes of commit dc29dd8b13 - Show all commits

kea_dhcp(role): fix include wars check

bitwhisker 2026-06-21 20:01:55 +02:00
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE

View file

@ -1,6 +1,6 @@
--- ---
- name: Include config vars - name: Include config vars
when: kea_dhcp__include_vars is not None when: kea_dhcp__include_vars != None
ansible.builtin.include_vars: ansible.builtin.include_vars:
file: "{{ kea_dhcp__include_vars }}" file: "{{ kea_dhcp__include_vars }}"