1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correct module name in vcenter_license.py (#37672)

Module name should be vcenter_license not vmware_license.
This commit is contained in:
Charles V Bock 2018-03-20 16:30:46 -07:00 committed by Dag Wieers
parent 850ab534d7
commit 0214a85382

View file

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