1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix return documentation

This commit is contained in:
Alberto Gireud 2015-11-16 17:31:53 -06:00 committed by Matt Clay
parent bbdebd7548
commit a7b90cf456

View file

@ -88,14 +88,6 @@ project:
returned: On success when I(state) is 'present'
type: dictionary
contains:
description:
description: Project description
type: string
sample: "demodescription"
domain_id:
description: Project domain ID. Only present with Keystone >= v3.
type: string
sample: "default"
id:
description: Project ID
type: string
@ -104,6 +96,14 @@ project:
description: Project name
type: string
sample: "demoproject"
description:
description: Project description
type: string
sample: "demodescription"
enabled:
description: Boolean to indicate if project is enabled
type: bool
sample: True
'''
def _needs_update(module, project):