mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-30 20:52:37 +01:00
Compare commits
2 Commits
dependabot
...
b6a9eb3ff3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6a9eb3ff3 | ||
|
|
0eb97ea7cf |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user