Skip to content
Snippets Groups Projects
Commit eded233b authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Retry task until success

parent 985552c9
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!108feat: Run clusterhooks at deploy time for proxies
...@@ -34,3 +34,7 @@ ...@@ -34,3 +34,7 @@
- name: Set timezone to America/Chicago - name: Set timezone to America/Chicago
community.general.timezone: community.general.timezone:
name: America/Chicago name: America/Chicago
retries: 3
delay: 3
register: result
until: not result.failed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment