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:
parent
9c4e5a2b30
commit
7058f11e1d
1 changed files with 0 additions and 27 deletions
|
@ -123,33 +123,6 @@ data:
|
||||||
"tags": []
|
"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
|
import os
|
||||||
|
|
Loading…
Reference in a new issue