Skip to content
Snippets Groups Projects
Commit ff5e487e authored by Florian Ruynat's avatar Florian Ruynat Committed by Kubernetes Prow Robot
Browse files

Add retries to api servers response

parent 9c51ac51
Branches
Tags
No related merge requests found
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
validate_certs: no validate_certs: no
status_code: 200 status_code: 200
register: apiserver_response register: apiserver_response
retries: 12
delay: 5
until: apiserver_response is success
- debug: # noqa unnamed-task - debug: # noqa unnamed-task
msg: "{{ apiserver_response.json }}" msg: "{{ apiserver_response.json }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment