techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

fixed broken when statement for metallb optional tasks #513

Closed Rina-Y closed 5 months ago

Rina-Y commented 5 months ago

Proposed Changes

Adjusted the when: for calling metallb.yml in both k3s_server and k3s_server_post roles as to not fail in undefined var checks.

Checklist