mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-18 17:37:32 -02:30
Fix issue with api token wait check not working (#7566)
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: default_token
|
register: default_token
|
||||||
until: default_token.stdout.find('<none>') == -1
|
until: default_token.stdout | length > 0
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 5
|
delay: 5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user