Mario Lenz
Mario Lenz
> Looks like it is finally there: [2910416](https://github.com/vmware/pyvmomi/commit/29104169c65d8ce455a7d384a8a741801ea0c458) and already released: https://github.com/vmware/pyvmomi/releases/tag/v8.0.3.0.1 Not to put too fine a point at this, but if it's really fixed it would be great...
Would it be possible for you to show us your `build.yaml` and `MANIFEST.yaml`?
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()](https://docs.python.org/3.12/library/asyncio-eventloop.html#asyncio.get_event_loop): > As noted above, consider using the higher-level [asyncio.run()](https://docs.python.org/3.12/library/asyncio-runner.html#asyncio.run) function, instead of using these lower level functions to manually create and close an event loop.
> https://github.com/ansible-community/ansible.content_builder/blob/1e706b48b7a1d825d464b697c43355f77cb24fb4/plugins/action/generate_cloud_modules.py#L322-L323 I don't think this is the problem, or at lease not the only one. I've tried to change it to `if parameter.get("default") is not None` but this didn't...
I think this is the problem: https://github.com/ansible-community/ansible.content_builder/blob/1a8071e914aa1f25a84670b320c2295736a00818/plugins/action/generate_cloud_modules.py#L405-L407 It injects a default that isn't known anywhere else in the code or in the spec, at least as far as I can...
I'm not sure if this is really doable, but if we consider a collection unmaintained we will remove it from the Ansible community package. Maybe we could generate the changelog...
@bardielle Are you really sure about this? This module is already far too complex IMHO, and there's `vmware_vmotion` for people who want to move a VM to another host. At...
I don't think I'll merge this. The module is already far too complex. I'll close this PR for now. Feel free to open it again, but if you do do...
@mikemorency I don't understand the [failed CI](https://ansible.softwarefactory-project.io/zuul/build/917095991fbf4f5bbf2147bc525519b1) at the moment: ``` ERROR! Failed to resolve the requested dependencies map. Got the candidate cloud.common:5.0.0 (dependency of vmware.vmware_rest:4.0.0) which didn't satisfy all...