You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
awx.awx.role module failed when calling with "lookup_organization" pointing to a different organization where the teams are located.
AWX version
any
Select the relevant components
UI
UI (tech preview)
API
Docs
Collection
CLI
Other
Installation method
N/A
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
For example. We want to assign use for project ABC-project under organization ABC to team XYZ under organization XYZ.
tasks:
- name: Assign Project ABC-project use permission to Team XYZ across organizations
ansible.controller.role:
teams: XYZ
projects: ABC-project
role: use
lookup_organization: ABC
Please confirm the following
[email protected]
instead.)Bug Summary
awx.awx.role module failed when calling with "lookup_organization" pointing to a different organization where the teams are located.
AWX version
any
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
For example. We want to assign use for project ABC-project under organization ABC to team XYZ under organization XYZ.
tasks:
- name: Assign Project ABC-project use permission to Team XYZ across organizations
ansible.controller.role:
teams: XYZ
projects: ABC-project
role: use
lookup_organization: ABC
Expected results
Should be able to assign role permission.
Actual results
The task return failed message
fatal: [localhost]: FAILED! => {"changed": false, "msg": "There were 1 missing items, missing items: ['XYZ']"}
Additional information
It seems to be a bug in role.py
#15580
The text was updated successfully, but these errors were encountered: