fix: Swap kubespray-defaults & boostrap-os (#11441)

- Execute boostrap-os before so that Python is installed for kubespray-defaults
- Remove outdated kubespray-defaults dependency on boostrap-os
This commit is contained in:
Kevin Huang
2024-09-12 23:21:12 +02:00
committed by GitHub
parent 5ae433bf47
commit c601c8faf2
3 changed files with 1 additions and 10 deletions

View File

@@ -10,8 +10,8 @@
# fail. bootstrap-os fixes this on these systems, so in later plays it can be enabled.
ansible_ssh_pipelining: false
roles:
- { role: kubespray-defaults }
- { role: bootstrap-os, tags: bootstrap-os}
- { role: kubespray-defaults }
- name: Gather facts
hosts: k8s_cluster:etcd:calico_rr