From 0214a8538235c42a3a77131b1d43643e571fca40 Mon Sep 17 00:00:00 2001 From: Charles V Bock Date: Tue, 20 Mar 2018 16:30:46 -0700 Subject: [PATCH] Correct module name in vcenter_license.py (#37672) Module name should be vcenter_license not vmware_license. --- lib/ansible/modules/cloud/vmware/vcenter_license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/vmware/vcenter_license.py b/lib/ansible/modules/cloud/vmware/vcenter_license.py index b15ba4a933..3142f57aa7 100644 --- a/lib/ansible/modules/cloud/vmware/vcenter_license.py +++ b/lib/ansible/modules/cloud/vmware/vcenter_license.py @@ -57,7 +57,7 @@ EXAMPLES = r''' delegate_to: localhost - name: Remove an (unused) vCenter license - vmware_license: + vcenter_license: hostname: '{{ vcenter_hostname }}' username: '{{ vcenter_username }}' password: '{{ vcenter_password }}'