From 04bee050ac924b10a4b5b031db0ad98a7c4af35b Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Sat, 20 Jan 2018 16:39:55 +0530 Subject: [PATCH] VMware: minor correction in documentation. (#35124) Fixes: #27176 Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/cloud/vmware/vmware_guest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest.py b/lib/ansible/modules/cloud/vmware/vmware_guest.py index 1e923cd223e..aa22602e809 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest.py @@ -55,7 +55,7 @@ options: - Please note that a supplied UUID will be ignored on VM creation, as VMware creates the UUID internally. template: description: - - Template used to create VM. + - Template or existing VM used to create VM. - If this value is not set, VM is created without using a template. - If the VM exists already this setting will be ignored. is_template: