Skip to content

Commit

Permalink
k3s_server_post: always set _cilium_bgp_neighbors (#597)
Browse files Browse the repository at this point in the history
Related to eddbcbf

Signed-off-by: Christian Berendt <[email protected]>
Co-authored-by: Techno Tim <[email protected]>
  • Loading branch information
berendt and timothystewart6 authored Oct 27, 2024
1 parent 850301f commit 11f9505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/k3s_server_post/tasks/cilium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11f9505

Please sign in to comment.