Update vsphere_guest.py

Remove redundant description.
reviewable/pr18780/r1
Tom Paine 11 years ago
parent 0ec4c43931
commit 7325d6a8ef

@ -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 (cannot 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. - 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.
default: no default: no
choices: ['yes', 'no'] choices: ['yes', 'no']
template_src: template_src:

Loading…
Cancel
Save