mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -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,16 +78,12 @@ EXAMPLES = '''
|
|||
RETURN = '''
|
||||
privatekey:
|
||||
description: Path to the TLS/SSL private key the public key was generated from
|
||||
returned:
|
||||
- changed
|
||||
- success
|
||||
returned: changed or success
|
||||
type: string
|
||||
sample: /etc/ssl/private/ansible.com.pem
|
||||
filename:
|
||||
description: Path to the generated TLS/SSL public key file
|
||||
returned:
|
||||
- changed
|
||||
- success
|
||||
returned: changed or success
|
||||
type: string
|
||||
sample: /etc/ssl/public/ansible.com.pem
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue