mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
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