From 855a408718c3ec964f6eba5ede7c506ccb51325e Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 1 Aug 2016 21:40:12 -0400 Subject: [PATCH] Rename module --- .../{vmware_template_deploy.py => vmware_deploy_template.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lib/ansible/modules/extras/cloud/vmware/{vmware_template_deploy.py => vmware_deploy_template.py} (99%) diff --git a/lib/ansible/modules/extras/cloud/vmware/vmware_template_deploy.py b/lib/ansible/modules/extras/cloud/vmware/vmware_deploy_template.py similarity index 99% rename from lib/ansible/modules/extras/cloud/vmware/vmware_template_deploy.py rename to lib/ansible/modules/extras/cloud/vmware/vmware_deploy_template.py index 1e675cbe264..920e28d87f7 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vmware_template_deploy.py +++ b/lib/ansible/modules/extras/cloud/vmware/vmware_deploy_template.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- -module: vmware_template_deploy +module: vmware_deploy_template short_description: Deploy a template to a new virtualmachine in vcenter description: - Uses the pyvmomi Clone() method to copy a template to a new virtualmachine in vcenter @@ -75,7 +75,7 @@ extends_documentation_fragment: vmware.documentation EXAMPLES = ''' Example from Ansible playbook - name: create the VM - vmware_template_deploy: + vmware_deploy_template: validate_certs: False hostname: 192.168.1.209 username: administrator@vsphere.local