Update vsphere_guest.py

This commit is contained in:
Tom Paine 2015-07-07 20:30:07 +01:00
parent c64a3eb03d
commit d9db201b9a

View file

@ -71,7 +71,7 @@ options:
from_template:
version_added: "1.9"
description:
- Specifies if the VM should be deployed from a template (cannot be run with state). 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
choices: ['yes', 'no']
template_src: