Add retries to api servers response

This commit is contained in:
Florian Ruynat 2022-07-21 17:23:39 +02:00 committed by Kubernetes Prow Robot
parent 9c51ac5157
commit ff5e487e32

View file

@ -8,6 +8,9 @@
validate_certs: no
status_code: 200
register: apiserver_response
retries: 12
delay: 5
until: apiserver_response is success
- debug: # noqa unnamed-task
msg: "{{ apiserver_response.json }}"