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
No related merge requests found
......@@ -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