Skip to content

Commit

Permalink
Add retries to api servers response
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut committed Jul 21, 2022
1 parent a65cad8 commit 0173438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testcases/010_check-apiserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 0173438

Please sign in to comment.