This commit is contained in:
2026-02-23 16:10:26 +01:00
parent d41b8e5153
commit 81740547f0

View File

@@ -172,7 +172,7 @@
when: inventory_hostname == 'ubuntu24-vm01.home.lan'
- name: Install Flannel CNI
become_user: "{{ ansible_user }}"
become: false
command: kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
when: inventory_hostname == 'ubuntu24-vm01.home.lan'
ignore_errors: true