Mario Lenz

Results 456 comments of Mario Lenz

Since nobody said that this issue is still relevant for the current release, I think we should close it for now. Feel free to open it again if you think...

I'll close it because this looks like a duplicate of #1255. @Aureliolo Feel free to open it again if you think it isn't and I've been wrong in closing it....

I'm sorry, but my priority ATM is to make the collection work with the [upcoming ansible-core 2.19 release](https://forum.ansible.com/t/40759) (#2388 and #2391). It turns out that this is harder than I...

> CI failure seems unrelated. Maybe close the PR and open it again a few minutes later? I often do this to trigger a new clean CI run.

It looks like the module failes here: https://github.com/ansible-collections/community.vmware/blob/7c2cc76ac4f13332802ff74c0dfdcd90cfd65bea/plugins/modules/vmware_vmotion.py#L482 It looks like either `recommendations` or `action` is an empty list. I think it's `recommendations`. Now the question is: Didn't vSphere provide...

Closing as per above comment. FYI I hope #2208 gives a more useful error message in future instead of just crashing.

It looks like we're running into the same issue. Of course, we're on other (newer) versions meanwhile. TKGI is 1.22. For the rest: ##### ANSIBLE VERSION ``` $ ansible --version...

For the record, I see the same error when using [kubernetes](https://pypi.org/project/kubernetes/) directly: ``` $ python Python 3.12.8 (main, Dec 9 2024, 15:25:01) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux...

@yurnov I agree that this looks like a problem with the kubernetes python client currently. I just want to understand more about this before I open an issue there. For...