klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-03-04 21:46:20 +01:00
parent ff9fbb3f20
commit 49bf1ac09e

View File

@@ -202,7 +202,7 @@
- name: Install Calico CNI - name: Install Calico CNI
become_user: "{{ ansible_user }}" become_user: "{{ ansible_user }}"
command: kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/master/manifests/calico.yaml command: kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.31.3/manifests/calico.yaml
when: inventory_hostname.endswith('-vm01.home.lan') and net_driver == 'calico' when: inventory_hostname.endswith('-vm01.home.lan') and net_driver == 'calico'
- name: Get join command - name: Get join command