mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
(cherry picked from commit f67473024d
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
bccf77a461
commit
4e13c8b969
22 changed files with 72 additions and 96 deletions
|
@ -148,7 +148,7 @@ vm:
|
|||
description: Returns all of the VMs variables and execution.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: '{
|
||||
sample: {
|
||||
"boot_order": [
|
||||
"hd",
|
||||
"network"
|
||||
|
@ -206,7 +206,7 @@ vm:
|
|||
"vmcpu": "4",
|
||||
"vmhost": "host416",
|
||||
"vmmem": "16"
|
||||
}'
|
||||
}
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue