mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 10:44:29 +00:00
Fixed return type of identity_role module
Change-Id: Ifcf55749919fd59c990611e8c4537de787ba4005
This commit is contained in:
@@ -47,8 +47,7 @@ RETURN = '''
|
|||||||
role:
|
role:
|
||||||
description: Dictionary describing the role.
|
description: Dictionary describing the role.
|
||||||
returned: On success when I(state) is 'present'.
|
returned: On success when I(state) is 'present'.
|
||||||
type: list
|
type: dict
|
||||||
elements: dict
|
|
||||||
contains:
|
contains:
|
||||||
description:
|
description:
|
||||||
description: Description of the role resource
|
description: Description of the role resource
|
||||||
|
|||||||
Reference in New Issue
Block a user