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

@@ -22,7 +22,7 @@
- project_create_result is changed
- name: Update a project without waiting
tower_project_update:
project_update:
name: "{{ project_name1 }}"
organization: Default
wait: false
@@ -33,7 +33,7 @@
- result is changed
- name: Update a project and wait
tower_project_update:
project_update:
name: "{{ project_name1 }}"
organization: Default
wait: true
@@ -44,7 +44,7 @@
- result is successful
- name: Update a project by ID
tower_project_update:
project_update:
name: "{{ project_create_result.id }}"
organization: Default
wait: true