Skip to content
Snippets Groups Projects
Unverified Commit dd0f4217 authored by kyrie's avatar kyrie Committed by GitHub
Browse files

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

parent 1b870a18
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment