mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
fixed RETURN docs for modules (#24011)
* fixed RETURN docs for remaining modules * updated proxymysql_mysql_users 'sample' to yaml dict * fixed whitespace errors
This commit is contained in:
parent
9a0a7f78d7
commit
d1517f997a
40 changed files with 105 additions and 102 deletions
|
@ -78,12 +78,12 @@ start:
|
|||
description: Time when started pausing
|
||||
returned: always
|
||||
type: string
|
||||
sample: 2017-02-23 14:35:07.298862
|
||||
sample: "2017-02-23 14:35:07.298862"
|
||||
stop:
|
||||
description: Time when ended pausing
|
||||
returned: always
|
||||
type: string
|
||||
sample: 2017-02-23 14:35:09.552594
|
||||
sample: "2017-02-23 14:35:09.552594"
|
||||
delta:
|
||||
description: Time paused in seconds
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue