From c6c13b56260565dd0ae6cfdbfad3c4191e2a0a5d Mon Sep 17 00:00:00 2001 From: pgbidkar Date: Mon, 30 Sep 2019 13:00:16 +0000 Subject: [PATCH] Fixing typo mistake in testbed with section. Deploy template from content library is supported from 67U3 --- .../modules/cloud/vmware/vmware_content_deploy_template.py | 2 +- 1 file changed, 1 insertion(+), 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 9e1c0e4f39c..d7793fb5b34 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_content_deploy_template.py +++ b/lib/ansible/modules/cloud/vmware/vmware_content_deploy_template.py @@ -25,7 +25,7 @@ version_added: '2.9' author: - Pavan Bidkar (@pgbidkar) notes: -- Tested on vSphere 6.5, 6.7 +- Tested on vSphere 6.7 U3 requirements: - python >= 2.6 - PyVmomi