From a8f1c85a204acdb80e2ce90fad7861df84af7fdc Mon Sep 17 00:00:00 2001 From: Pavan Bidkar Date: Mon, 2 Dec 2019 18:57:56 +0530 Subject: [PATCH] VMware: Updated module compatibility with vsphere version. (#65419) Update vmware_content_deploy_template module compatibility with vSphere version. --- .../modules/cloud/vmware/vmware_content_deploy_template.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_content_deploy_template.py b/lib/ansible/modules/cloud/vmware/vmware_content_deploy_template.py index d7793fb5b34..b38fbfbbbb0 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_content_deploy_template.py +++ b/lib/ansible/modules/cloud/vmware/vmware_content_deploy_template.py @@ -19,7 +19,9 @@ module: vmware_content_deploy_template short_description: Deploy Virtual Machine from template stored in content library. description: - Module to deploy virtual machine from template in content library. -- Content Library feature is introduced in vSphere 6.0 version, so this module is not supported in the earlier versions of vSphere. +- Content Library feature is introduced in vSphere 6.0 version. +- vmtx templates feature is introduced in vSphere 67U1 and APIs for clone template from content library in 67U2. +- This module does not work with vSphere version older than 67U2. - All variables and VMware object names are case sensitive. version_added: '2.9' author: