Update job_template.yml

adding a few tries since project might take a second to update
This commit is contained in:
ipvsean
2020-04-25 14:45:04 -04:00
parent eb82257bc3
commit e82ccb96d2

View File

@@ -29,8 +29,8 @@
when:
- workshop_type in vars[demo].workshop_type
- not vars[demo].survey_enabled
register: add_project
until: add_project is not failed
register: add_job_template
until: add_job_template is not failed
retries: 5
- name: add single job template with survey
@@ -52,3 +52,6 @@
when:
- workshop_type in vars[demo].workshop_type
- vars[demo].survey_enabled
register: add_job_template
until: add_job_template is not failed
retries: 5