mikemorency

Results 38 comments of mikemorency

Hi, I am going to go ahead an close this given the updated docs and inactivity. Please feel free to continue to comment, we can re-open if needed

vmware.vmware now supports the guest_info module as well as the deploy_folder_template [module](https://github.com/ansible-collections/vmware.vmware/blob/main/plugins/modules/deploy_folder_template.py), which does not require you to use a template MOID. Closing this issue, since those are the preferred...

It looks like the tests were not included in this pr's checks, since it uses the GHA definition on main instead of my branch

https://github.com/ansible-collections/vmware.vmware_rest/pull/511 is still a draft (ci is making me cry) The plan is to merge this, then make the final 4.0.0 release Ill re-add the action_groups, it wasnt intended to...

Hi, this is currently not possible with the VMware REST API, so we cant add this functionality in this repo. As a work around, you can try the community.vmware.vnware_guest_vgpu module...

I think we should close this since its stale and there are new tests being written to migrate this repo off of zuul. @mariolenz what do you think?

hi @dbk-rabel im having some trouble reproducing the issue. Im also experiencing the EmbeddedModuleUnexpectedFailure when I try to use these lookups. Could you provide the version of the collection your...

Hi @dbk-rabel , thank you for your patience. I just wanted to let you know that I have a PR with a fix for the lookup plugins. It would be...

Thanks for testing! Can you confirm the version of Python your using on the Ansible control node? `create_task` was added in python 3.7, so I could see you getting that...