MacOS unable to use VMWARE_GUEST module

Hi Everybody,

I am having this issue while I am running from my Mac where ansible doesn’t recognize VMWARE_GUEST modules though they are installed. Any idea why its not able to recognize? I am using OS Monterey 12.1.

Can anyone help how to resolve it?

/Users/inagdh/.ansible/collections/ansible_collections

Collection Version


ansible.windows 1.7.2
community.vmware 1.17.0
community.windows 1.6.0
ibm.power_ibmi 1.4.0

Unsupported parameters for (vmware_guest) module: customization.autologin, customization.dns_Servers.

looks like you are using the wrong parameters, check docs https://docs.ansible.com/ansible/latest/collections/community/vmware/vmware_guest_module.html and edit your playbook
there is no autologin param in customization section, only autologon
dns_Servers must be snake_cased like all other params, its case sensitive

вторник, 4 января 2022 г. в 07:23:31 UTC+3, dharmate...@gmail.com:

You made my day!! Thank you so much.

Thank you.
– Sent from my iPhone