mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
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:
@@ -1,10 +1,5 @@
|
||||
---
|
||||
- name: Set facts variables
|
||||
# do not run gather facts when bootstrap-os in roles
|
||||
when: >
|
||||
ansible_play_role_names |
|
||||
intersect(['bootstrap-os', 'kubernetes_sigs.kubespray.bootstrap-os']) |
|
||||
length == 0
|
||||
tags:
|
||||
- always
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user