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:
parent
8f2d46ecf8
commit
95386d6075
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/vcenter_license.yaml
Normal file
2
changelogs/fragments/vcenter_license.yaml
Normal file
|
@ -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…
Reference in a new issue