diff --git a/changelogs/fragments/2192-fix-documentation.yml b/changelogs/fragments/2192-fix-documentation.yml index 51f4d63bc..0151e252b 100644 --- a/changelogs/fragments/2192-fix-documentation.yml +++ b/changelogs/fragments/2192-fix-documentation.yml @@ -11,3 +11,5 @@ bugfixes: (https://github.com/ansible-collections/community.vmware/pull/2192). - vmware_guest_serial_port - Fix documentation (https://github.com/ansible-collections/community.vmware/pull/2192). + - vmware_tools - Fix documentation + (https://github.com/ansible-collections/community.vmware/pull/2192). diff --git a/plugins/connection/vmware_tools.py b/plugins/connection/vmware_tools.py index a542a64a1..1c7328880 100644 --- a/plugins/connection/vmware_tools.py +++ b/plugins/connection/vmware_tools.py @@ -88,7 +88,7 @@ description: - Mutually exclusive with O(vm_path) - VM UUID to the connection. - - UUID of the virtual machine from property config.uuid of P(community.vmware.vmware_vm_inventory#lookup) plugin + - UUID of the virtual machine from property config.uuid of P(community.vmware.vmware_vm_inventory#inventory) plugin vars: - name: ansible_vmware_guest_uuid required: false