ansible-collections / vmware.vmware

Ansible VMWare Collection
GNU General Public License v3.0
7 stars 10 forks source link

fixing typos and missing values in fact gathering methods #54

Closed mikemorency closed 3 months ago

mikemorency commented 3 months ago
SUMMARY

There were a few issues in the fact gathering module utils that have been fixed

ISSUE TYPE
COMPONENT NAME

_vmware_facts _vmware_folder_paths guest_info

anna-savina commented 3 months ago

@mikemorency sorry, my bad.

about extra leading slash, situation is opposite:

"hw_folder": "Eco-Datacenter/vm" instead of "hw_folder": "/Eco-Datacenter/vm" (as it is in community.vmware.guest_info ).

Output of vmware.vmware.guest_info "hw_folder": "Eco-Datacenter/vm", Output of community.vmware.guest_info "hw_folder": "/Eco-Datacenter/vm",