mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-15 20:00:47 -03:30
fix kubespray-defaults: Check for boostrap-os FQCN (#11073)
This commit is contained in:
parent
1b870a1862
commit
dd0f42171f
@ -3,7 +3,7 @@
|
||||
# do not run gather facts when bootstrap-os in roles
|
||||
when: >
|
||||
ansible_play_role_names |
|
||||
intersect(['bootstrap-os', 'kubernetes-sigs.kubespray.bootstrap-os']) |
|
||||
intersect(['bootstrap-os', 'kubernetes_sigs.kubespray.bootstrap-os']) |
|
||||
length == 0
|
||||
tags:
|
||||
- always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user