Open mariolenz opened 1 year ago
Just to make sure this isn't already fixed, I've re-created the modules and still see this issue: ansible-collections/vmware.vmware_rest#435
From asyncio.get_event_loop():
As noted above, consider using the higher-level asyncio.run() function, instead of using these lower level functions to manually create and close an event loop.
When running sanity tests with ansible-core 2.16 in vmware.vmware_rest I see:
ansible-collections/vmware.vmware_rest#432
It looks like you might have to generate different code. At least if you want the sanity tests to succeed. But the message sounds like the code might even break / fail, although I'm not sure what exactly it means. Didn't have the time to investigate yet.