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:
parent
850ab534d7
commit
0214a85382
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue