Abhijeet Kasurde
Abhijeet Kasurde
!component =lib/ansible/modules/utilities/logic/import_role.py
Linux : ``` >>> netaddr.IPNetwork('::1/120').broadcast IPAddress('::ff') ``` OSX: ``` >>> netaddr.IPNetwork('::1/120').broadcast IPAddress('::0.0.0.255') ```
Same here - macOs 10.13.4, Python 3.6.4, netAddr 0.7.19
@4ndersson Thanks for reporting this issue. Was this playbook working before or older releases?
What is the path of VM? It seems that on the first try module does not find the VM and create it. When run for the second try it tries...
!component =plugins/modules/vmware_guest.py
@ikke-t This is already mentioned in the `vmware_guest` docs - https://github.com/ansible-collections/community.vmware/blob/c9c5bae2ecb616bb3c4e83cdded5be65ff0461e8/docs/community.vmware.vmware_guest_module.rst (see customization parameter docs)
@zeph-rpulse Thanks for reporting this issue. I would see this as a new module where you can relocate the existing VM based upon the user-provided values. Feel free to engage...
_From @sky-joker on Mar 26, 2020 09:28_ Hi @markatdxb Thank you for this reporting! The Ansible VMware modules have moved into Collections. Could you please re-create this issue the following...