VMWare source doesn't take ipv4 address of VM

hi,

when fetching my inventory from vmware source (awx 11.1) it is using ipv6 adress instead of ipv4 address. this is even the case if ipv6 is disabled on the guest (windows server in this case). VMWare gui only shows the ipv4 address after disabling ipv6 on guest system.
but the vmware source always creates the host with ipv6 address in “ipaddress” field (and ansible_host and ansible_ssh_host).

how can i change that behaviour? i don’t use ipv6 at all and would like to disable ipv6 at all (which i didi on linux host already which is running awx).

any hel is appreciated.

kind regards,
andre

I think i found the root cause. if ethernet adapter is not vmxnet3 vmware-source-script seems to get the ipv6 address from vsphere. we changed the network cards to vmxnet3 and now it works.