mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
add new name to multiple modules
This commit is contained in:
committed by
sean-m-sullivan
parent
03ed6e9755
commit
bb8efbcc82
@@ -70,9 +70,19 @@
|
||||
name: "{{ group_name1 }}"
|
||||
state: absent
|
||||
|
||||
- name: "Remove the organization"
|
||||
- name: "Rename the organization"
|
||||
organization:
|
||||
name: "{{ org_name }}"
|
||||
new_name: "{{ org_name }}a"
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result is changed"
|
||||
|
||||
- name: "Remove the organization"
|
||||
organization:
|
||||
name: "{{ org_name }}a"
|
||||
state: absent
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user