7 lines
255 B
YAML
7 lines
255 B
YAML
---
|
|
# these tasks will install a workflow
|
|
|
|
- name: "install all job templates in relation to workflow {{ job_template_definitions[demo].name }}"
|
|
include_tasks: add_job_template.yml
|
|
loop: "{{ job_template_definitions[demo].job_templates|dict2items }}"
|