removing mindpoint and reving to awx.awx

This commit is contained in:
sean cavanaugh
2021-05-12 09:45:28 -04:00
parent b7aaddd514
commit a7ce4b4985
7 changed files with 23 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
- workshop_type in item.value.workshop_type
- name: "add job template {{ item.value.name }} without survey job_template_loop.yml"
tower_job_template:
awx.awx.tower_job_template:
name: "{{ item.value.name }}"
description: "{{ item.value.description }}"
job_type: "{{ item.value.job_type }}"
@@ -42,7 +42,7 @@
retries: 5
- name: "add job template {{ item.value.name }} with survey"
tower_job_template:
awx.awx.tower_job_template:
name: "{{ item.value.name }}"
description: "{{ item.value.description }}"
job_type: "{{ item.value.job_type }}"