more rename, mostly in test

This commit is contained in:
Seth Foster
2021-04-29 11:58:41 -04:00
parent a695274cb6
commit 7a63785255
105 changed files with 616 additions and 625 deletions

View File

@@ -40,7 +40,7 @@
- project_info is changed
- name: Create job templates
tower_job_template:
job_template:
name: "{{ item }}"
project: "{{ project_name }}"
inventory: "Demo Inventory"
@@ -86,7 +86,7 @@
- "result is changed"
- name: Create a workflow
tower_workflow_job_template:
workflow_job_template:
name: test-role-workflow
organization: Default
state: present
@@ -139,7 +139,7 @@
register: result
- name: Delete job templates
tower_job_template:
job_template:
name: "{{ item }}"
project: "{{ project_name }}"
inventory: "Demo Inventory"