mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 22:03:09 +00:00
Use dict rather than complex for os_quota return type.
Change-Id: Ib8275a88eefb46ace471ddd12fadb018b4adbf9b
This commit is contained in:
@@ -214,7 +214,7 @@ RETURN = '''
|
||||
openstack_quotas:
|
||||
description: Dictionary describing the project quota.
|
||||
returned: Regardless if changes where made or not
|
||||
type: complex
|
||||
type: dict
|
||||
sample:
|
||||
openstack_quotas: {
|
||||
compute: {
|
||||
|
||||
Reference in New Issue
Block a user