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 1e675cbe26..920e28d87f 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