removing workflow logic

will still install all sub job templates
This commit is contained in:
sean cavanaugh
2021-09-27 14:56:02 -04:00
parent 3e70232055
commit f18f87c522

View File

@@ -4,14 +4,3 @@
- name: "install all job templates in relation to workflow {{ job_template_definitions[demo].name }}" - name: "install all job templates in relation to workflow {{ job_template_definitions[demo].name }}"
include_tasks: add_job_template.yml include_tasks: add_job_template.yml
loop: "{{ job_template_definitions[demo].job_templates|dict2items }}" loop: "{{ job_template_definitions[demo].job_templates|dict2items }}"
- name: "install workflow template {{ job_template_definitions[demo].name }}"
awx.awx.tower_workflow_template:
name: "{{ job_template_definitions[demo].name }}"
description: "{{ job_template_definitions[demo].description }}"
organization: "{{ job_template_definitions[demo].organization }}"
schema: "{{ job_template_definitions[demo].schema }}"
tower_username: "{{ my_tower_username }}"
tower_password: "{{ my_tower_password }}"
tower_host: "{{ my_tower_host }}"
validate_certs: false