Correct module name in vcenter_license.py (#37672) (#37728)

Module name should be vcenter_license not vmware_license.

(cherry picked from commit 0214a85382)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/38870/head
Abhijeet Kasurde 7 years ago committed by GitHub
parent 8f2d46ecf8
commit 95386d6075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- Updated example in vcenter_license module.

@ -70,7 +70,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 }}'

Loading…
Cancel
Save