fix kubespray-defaults: Check for boostrap-os FQCN (#11073)

pull/11091/head
kyrie 2024-04-15 09:21:11 +08:00 committed by GitHub
parent 1b870a1862
commit dd0f42171f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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