Merge pull request #36 from IPvSean/master

sync fixes
This commit is contained in:
Sean Cavanaugh
2021-09-27 15:59:48 -04:00
committed by GitHub
2 changed files with 1 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
---
namespace: ansible
name: product_demos
version: 1.2.7
version: 1.2.8
readme: README.md
authors:

View File

@@ -2,14 +2,3 @@
- name: "INSIDE LOOP - install all job templates in relation to workflow {{ item.value.name }}"
include_tasks: job_template_loop.yml
loop: "{{ item.value.job_templates|dict2items }}"
- name: "INSIDE LOOP - install workflow template {{ item.value.name }}"
awx.awx.tower_workflow_template:
name: "{{ item.value.name }}"
description: "{{ item.value.description }}"
organization: "{{ item.value.organization }}"
schema: "{{ item.value.schema }}"
tower_username: "{{ my_tower_username }}"
tower_password: "{{ my_tower_password }}"
tower_host: "{{ my_tower_host }}"
validate_certs: false