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

feat: Retry task until success

parent b08f71a5
No related branches found
No related tags found
No related merge requests found
Pipeline #11889 passed with stage
in 1 minute and 10 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