mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 22:30:59 +00:00
tower{job,workflow}_template: use same retries value (#47865)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
return_content: true
|
||||
register: result
|
||||
until: result.json.status == "successful"
|
||||
retries: 15
|
||||
retries: 60
|
||||
delay: 1
|
||||
|
||||
- name: Create a Job Template
|
||||
|
||||
Reference in New Issue
Block a user