mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
more rename, mostly in test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user