Correct module name in vcenter_license.py (#37672)

Module name should be vcenter_license not vmware_license.
pull/37674/head
Charles V Bock 7 years ago committed by Dag Wieers
parent 850ab534d7
commit 0214a85382

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

Loading…
Cancel
Save