1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03: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:
Andrea Tartaglia 2017-04-26 15:56:13 +01:00 committed by AlanCoding
parent 7cdde96c3c
commit 9469bbc06f
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ count:
description: Total count of objects return
returned: success
type: int
sampled: 51
sample: 51
next:
description: next page available for the listing
returned: success

View File

@ -76,12 +76,12 @@ started:
description: timestamp of when the job started running
returned: success
type: string
sample: 2017-03-01T17:03:53.200234Z
sample: "2017-03-01T17:03:53.200234Z"
finished:
description: timestamp of when the job finished running
returned: success
type: string
sample: 2017-03-01T17:04:04.078782Z
sample: "2017-03-01T17:04:04.078782Z"
status:
description: current status of job
returned: success