1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

Add coverage from issue resolved with tower_role conversion

This commit is contained in:
AlanCoding 2020-03-22 13:43:39 -04:00
parent 27948aa4e1
commit 49356236ac
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -50,6 +50,18 @@
that:
- "result is changed"
- name: Add Joe to workflow execute role, no-op
tower_role:
user: "{{ username }}"
role: execute
workflow: test-role-workflow
state: present
register: result
- assert:
that:
- "result is not changed"
- name: Delete a User
tower_user:
username: "{{ username }}"