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>
This commit is contained in:
Abhijeet Kasurde 2018-04-17 15:01:00 +05:30 committed by GitHub
parent 8f2d46ecf8
commit 95386d6075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -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 }}'