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

feat: Retry task until success

parent 37b46d89
No related branches found
No related tags found
No related merge requests found
Pipeline #11886 passed with stage
in 1 minute and 5 seconds
......@@ -34,3 +34,7 @@
- name: Set timezone to America/Chicago
community.general.timezone:
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