mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
fix kubespray-defaults: Check for boostrap-os FQCN (#11073)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# do not run gather facts when bootstrap-os in roles
|
# do not run gather facts when bootstrap-os in roles
|
||||||
when: >
|
when: >
|
||||||
ansible_play_role_names |
|
ansible_play_role_names |
|
||||||
intersect(['bootstrap-os', 'kubernetes-sigs.kubespray.bootstrap-os']) |
|
intersect(['bootstrap-os', 'kubernetes_sigs.kubespray.bootstrap-os']) |
|
||||||
length == 0
|
length == 0
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|||||||
Reference in New Issue
Block a user