Mario Lenz
Mario Lenz
My test looked roughly like this: ``` - name: Create VM community.vmware.vmware_guest: hostname: "{{ vcenter_hostname }}" username: "{{ vcenter_username }}" password: "{{ vcenter_password }}" validate_certs: false datacenter: "{{ datacenter }}"...
I wouldn't modify the porting guides in ansible-build-data for releases that are EOL. As @gotmax23 pointed out, they're kind of historical documents. Anyway, there might be even some more outdated...
We've [voted](https://forum.ansible.com/t/44778/5) on the roadmap and it's been accepted. Since there are also 3 approvals, I think this PR can be merged :-)
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...
@felixfontein Are there still any problems with 2.19, or do you think this issue can be closed? I don't see any tests with 2.19, though. But I might be wrong,...
I should say the output looks OK.
@felixfontein The result looks a bit weird to me. Please see [my comments in ansible-community/ansible-build-data#457](https://github.com/ansible-community/ansible-build-data/pull/457#pullrequestreview-2345234583).
> The result looks a bit weird to me. Please see [my comments in ansible-community/ansible-build-data#457](https://github.com/ansible-community/ansible-build-data/pull/457#pullrequestreview-2345234583). For the record: The result LGTM now.
Thanks for reviewing @felixfontein!
@s-hertel Since you've answered my original question (#1759) I thought you might be interested in having a look at this PR.