fix kubespray-defaults: Check for boostrap-os FQCN (#11073)
parent
1b870a1862
commit
dd0f42171f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue