k3s_server_post: always set _cilium_bgp_neighbors (#597)

Related to eddbcbfb76

Signed-off-by: Christian Berendt <berendt@osism.tech>
Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Christian Berendt 2024-10-27 18:08:40 +01:00 committed by GitHub
parent 850301fbc4
commit 11f9505460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,6 @@
- name: Set _cilium_bgp_neighbors fact
ansible.builtin.set_fact:
_cilium_bgp_neighbors: "{{ lookup('community.general.merge_variables', '^cilium_bgp_neighbors__.+$', initial_value=cilium_bgp_neighbors, groups=cilium_bgp_neighbors_groups) }}" # yamllint disable-line rule:line-length
when: cilium_bgp_neighbors | length > 0
- name: Copy BGP manifests to first master
ansible.builtin.template: