Update vsphere_guest.py

Clarifies that when using a template, CPU, RAM, NIC and Disk params are silently ignored.
reviewable/pr18780/r1
Tom Paine 11 years ago
parent 3d1b6285c3
commit 6a04f0d452

@ -71,7 +71,7 @@ options:
from_template:
version_added: "1.9"
description:
- Specifies if the VM should be deployed from a template (cannot be ran with state)
- Specifies if the VM should be deployed from a template (annot be run with state). Only accepts 'cluster' and 'resource_pool' params. No guest customization changes to hardware such as CPU, RAM, NICs or Disks can be applied this way.
default: no
choices: ['yes', 'no']
template_src:

Loading…
Cancel
Save