mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -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
|
@ -134,12 +134,11 @@ EXAMPLES = '''
|
|||
'''
|
||||
RETURN = '''
|
||||
---
|
||||
msg: "Standard volume [workload_vol_1] has been created."
|
||||
msg: "Thin volume [workload_thin_vol] has been created."
|
||||
msg: "Volume [workload_vol_1] has been expanded."
|
||||
msg: "Volume [workload_vol_1] has been deleted."
|
||||
msg: "Volume [workload_vol_1] did not exist."
|
||||
msg: "Volume [workload_vol_1] already exists."
|
||||
msg:
|
||||
description: State of volume
|
||||
type: string
|
||||
returned: always
|
||||
sample: "Standard volume [workload_vol_1] has been created."
|
||||
'''
|
||||
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue