mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34:22 -07:00
tower{job,workflow}_template: use same retries value (#47865)
This commit is contained in:
parent
8f3e297d7d
commit
6f8ffeb6bf
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
return_content: true
|
return_content: true
|
||||||
register: result
|
register: result
|
||||||
until: result.json.status == "successful"
|
until: result.json.status == "successful"
|
||||||
retries: 15
|
retries: 60
|
||||||
delay: 1
|
delay: 1
|
||||||
|
|
||||||
- name: Create a Job Template
|
- name: Create a Job Template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue