fix(cilium): fixing logic

This commit is contained in:
Timothy Stewart
2024-07-27 23:40:13 -05:00
parent 213ca56438
commit 717971a707

View File

@@ -12,7 +12,7 @@
- name: Deploy metallb pool
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: Remove tmp directory used for manifests
file: