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

@@ -9,7 +9,7 @@
scm_type: git
state: absent
loop: >
{{ query('awx.awx.tower_api', 'projects',
{{ query('awx.awx.controller_api', 'projects',
query_params={'organization__isnull': true, 'name': 'Demo Project'})
}}
loop_control:
@@ -38,7 +38,7 @@
register: result
- name: Assure that demo job template exists
tower_job_template:
job_template:
name: "Demo Job Template"
project: "Demo Project"
inventory: "Demo Inventory"