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
parent 9a0a7f78d7
commit d1517f997a
40 changed files with 105 additions and 102 deletions

View file

@ -88,23 +88,17 @@ EXAMPLES = '''
RETURN = '''
size:
description: Size (in bits) of the TLS/SSL private key
returned:
- changed
- success
type: integer
returned: changed or success
type: int
sample: 4096
type:
description: Algorithm used to generate the TLS/SSL private key
returned:
- changed
- success
returned: changed or success
type: string
sample: RSA
filename:
description: Path to the generated TLS/SSL private key file
returned:
- changed
- success
returned: changed or success
type: string
sample: /etc/ssl/private/ansible.com.pem
'''