Update vsphere_guest.py
This commit is contained in:
parent
d9db201b9a
commit
d6d6186aef
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ options:
|
||||||
from_template:
|
from_template:
|
||||||
version_added: "1.9"
|
version_added: "1.9"
|
||||||
description:
|
description:
|
||||||
- Specifies if the VM should be deployed from a template (mutually exclusive with state parameter). No guest customization changes to hardware such as CPU, RAM, NICs or Disks can be applied when launching from template.
|
- Specifies if the VM should be deployed from a template (mutually exclusive with 'state' parameter). No guest customization changes to hardware such as CPU, RAM, NICs or Disks can be applied when launching from template.
|
||||||
default: no
|
default: no
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
template_src:
|
template_src:
|
||||||
|
|
Loading…
Add table
Reference in a new issue