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

@ -137,11 +137,12 @@ RETURN = '''
cert_days:
description: the number of days the certificate remains valid.
returned: success
type: int
challenge_data:
description: per domain / challenge type challenge data
returned: changed
type: dictionary
contains:
sample:
resource:
description: the challenge resource that must be created for validation
returned: changed
@ -156,7 +157,7 @@ authorizations:
description: ACME authorization data.
returned: changed
type: list
contains:
sample:
authorization:
description: ACME authorization object. See https://tools.ietf.org/html/draft-ietf-acme-acme-02#section-6.1.2
returned: success