mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
more rename, mostly in test
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
- block:
|
||||
|
||||
- name: Create an Instance Group
|
||||
tower_instance_group:
|
||||
instance_group:
|
||||
name: "{{ group_name1 }}"
|
||||
state: present
|
||||
register: result
|
||||
@@ -174,7 +174,7 @@
|
||||
- "copy_{{ inv_name1 }}"
|
||||
|
||||
- name: Delete the instance groups
|
||||
tower_instance_group:
|
||||
instance_group:
|
||||
name: "{{ group_name1 }}"
|
||||
state: absent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user