mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
update to approval role
This commit is contained in:
@@ -96,6 +96,18 @@
|
||||
that:
|
||||
- "result is not changed"
|
||||
|
||||
- name: Add Joe to workflow approve role
|
||||
tower_role:
|
||||
user: "{{ username }}"
|
||||
role: approval
|
||||
workflow: test-role-workflow
|
||||
state: present
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result is changed"
|
||||
|
||||
always:
|
||||
- name: Delete a User
|
||||
tower_user:
|
||||
|
||||
Reference in New Issue
Block a user