From e97124d609a861059ccf6be40f0fee9f85c418ec Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Tue, 7 Jul 2015 20:30:33 +0100 Subject: [PATCH] Update vsphere_guest.py --- lib/ansible/modules/cloud/vmware/vsphere_guest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/cloud/vmware/vsphere_guest.py b/lib/ansible/modules/cloud/vmware/vsphere_guest.py index c426e0b254f..35cefaa8aee 100644 --- a/lib/ansible/modules/cloud/vmware/vsphere_guest.py +++ b/lib/ansible/modules/cloud/vmware/vsphere_guest.py @@ -71,9 +71,9 @@ options: from_template: version_added: "1.9" description: - - Specifies if the VM should be deployed from a template (cannot be ran with state) - default: no - choices: ['yes', 'no'] + - 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: version_added: "1.9" description: