diff --git a/changelogs/fragments/vcenter_license.yaml b/changelogs/fragments/vcenter_license.yaml new file mode 100644 index 0000000000..ab40fe8094 --- /dev/null +++ b/changelogs/fragments/vcenter_license.yaml @@ -0,0 +1,2 @@ +minor_changes: +- Updated example in vcenter_license module. diff --git a/lib/ansible/modules/cloud/vmware/vcenter_license.py b/lib/ansible/modules/cloud/vmware/vcenter_license.py index e324b667d6..8cef1d5b99 100644 --- a/lib/ansible/modules/cloud/vmware/vcenter_license.py +++ b/lib/ansible/modules/cloud/vmware/vcenter_license.py @@ -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 }}'