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

@@ -34,7 +34,7 @@
- "result is not changed"
- name: Create an Instance Group
tower_instance_group:
instance_group:
name: "{{ group_name1 }}"
state: present
register: result
@@ -66,7 +66,7 @@
- "result is changed"
- name: Delete the instance groups
tower_instance_group:
instance_group:
name: "{{ group_name1 }}"
state: absent