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

Removed redundant documentation (#41422)

- Removed response documentation on keys which are standard across
modules.
This commit is contained in:
Kevin Breit 2018-06-20 02:36:57 -05:00 committed by Dag Wieers
parent 9c4e5a2b30
commit 7058f11e1d

View file

@ -123,33 +123,6 @@ data:
"tags": []
}
]
changed:
description: Whether object changed as a result of the request.
returned: info
type: string
sample:
"changed": false
status:
description: HTTP response code
returned: info
type: int
sample:
"status": 200
response:
description: HTTP response description and bytes
returned: info
type: string
sample:
"response": "OK (unknown bytes)"
failed:
description: Boolean value whether the task failed
returned: info
type: bool
sample:
"failed": false
'''
import os