mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fixed docs for cloud modules (#23745)
* Fixed docs for cloud modules * removed blank line in ec2_snapshot_facts
This commit is contained in:
parent
ce99ffe205
commit
1d0a629dcc
82 changed files with 335 additions and 232 deletions
|
@ -273,7 +273,7 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = """
|
||||
instance:
|
||||
descripton: metadata about the new virtualmachine
|
||||
description: metadata about the new virtualmachine
|
||||
returned: always
|
||||
type: dict
|
||||
sample: None
|
||||
|
|
|
@ -118,7 +118,7 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = """
|
||||
instance:
|
||||
descripton: metadata about the new virtualmachine
|
||||
description: metadata about the new virtualmachine
|
||||
returned: always
|
||||
type: dict
|
||||
sample: None
|
||||
|
|
|
@ -101,7 +101,7 @@ hostname:
|
|||
sample: "esxi.local.domain"
|
||||
status:
|
||||
description: Action taken
|
||||
return: always
|
||||
returned: always
|
||||
type: string
|
||||
sample: "ENTER"
|
||||
'''
|
||||
|
|
|
@ -135,7 +135,7 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = """
|
||||
instance:
|
||||
descripton: metadata about the new resource pool
|
||||
description: metadata about the new resource pool
|
||||
returned: always
|
||||
type: dict
|
||||
sample: None
|
||||
|
|
|
@ -68,9 +68,7 @@ EXAMPLES = '''
|
|||
RETURN = '''
|
||||
running_host:
|
||||
description: List the host the virtual machine is registered to
|
||||
returned:
|
||||
- changed
|
||||
- success
|
||||
returned: changed or success
|
||||
type: string
|
||||
sample: 'host1.example.com'
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue