Skip to content

Commit

Permalink
fix(cilium): fixing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jul 28, 2024
1 parent bb4d02b commit 213ca56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k3s_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- name: Deploy metallb manifest
include_tasks: metallb.yml
tags: metallb
when: kube_vip_lb_ip_range is not defined and (cilium_bgp is not defined or cilium_iface is not defined)
when: kube_vip_lb_ip_range is not defined and (not cilium_bgp or cilium_iface is not defined)

- name: Deploy kube-vip manifest
include_tasks: kube-vip.yml
Expand Down

0 comments on commit 213ca56

Please sign in to comment.