Files
product-demos/roles/install_demo/tasks/workflow.yml
sean cavanaugh f18f87c522 removing workflow logic
will still install all sub job templates
2021-09-27 14:56:02 -04:00

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 }}"