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:
Andrea Tartaglia 2017-04-26 15:56:13 +01:00 committed by John R Barker
commit d1517f997a
40 changed files with 105 additions and 102 deletions

View file

@ -246,7 +246,7 @@ start_mode:
type: string
sample: manual
path:
description:
description: path to the service
returned: success and service exists
type: string
sample: C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork
@ -268,11 +268,11 @@ desktop_interact:
dependencies:
description: A list of dependencies the service relies on
returned: success and service exists
type: List
type: list
sample: False
depended_by:
description: A list of dependencies this service relies on
returned: success and service exists
type: List
type: list
sample: False
'''