community.vmware icon indicating copy to clipboard operation
community.vmware copied to clipboard

community.vmware.vmware_guest should allow moid

Open alice-rc opened this issue 9 months ago • 0 comments

SUMMARY

This takes an opposite approach to https://github.com/ansible-collections/community.vmware/issues/1406 to make community.vmware.vmware_guest consistent with vmware_guest_disk, vmware_guest_info, vmware_guest_boot_manager, vmware_guest_controller module etc.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

vmware_guest

ANSIBLE VERSION
ansible [core 2.14.3]
  config file = /home/REDACTED/ansible.cfg
  configured module search path = ['/home/REDACTED/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/REDACTED/lib64/python3.9/site-packages/ansible
  ansible collection location = /home/REDACTED/collections
  executable location = /home/REDACTED/bin/ansible
  python version = 3.9.13 (main, Nov 16 2022, 15:11:16) [GCC 8.5.0 20210514 (Red Hat 8.5.0-15.0.1)] (/home/REDACTED/bin/python3)
  jinja version = 3.1.2
  libyaml = True

COLLECTION VERSION
Collection       Version
---------------- -------
community.vmware 3.8.0
CONFIGURATION
Not relevant
OS / ENVIRONMENT

Not relevant

STEPS TO REPRODUCE
Not relevant
EXPECTED RESULTS

Expect that this module was consistent with practically all the others in allowing moid

ACTUAL RESULTS
one of the following is required: name, uuid

alice-rc avatar Sep 15 '23 17:09 alice-rc