Mario Lenz
Mario Lenz
##### SUMMARY As @Tireg pointed out in #1321, the bug fixed in this PR might also be present in `module_utils/vmware.py`. Looking at `get_recommended_datastore` in both the module and the module...
##### SUMMARY Change item names in result from strings joined with spaces to strings joined with underlines, e.g. `Guest fullname` will be changed to `guest_fullname`. ##### ISSUE TYPE - Feature...
##### SUMMARY vca_fw, vca_nat, vca_vapp are deprecated and should be removed. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME vca_fw vca_nat vca_vapp ##### ADDITIONAL INFORMATION #311
##### SUMMARY The current process to identify and remove an unmaintained collection looks very much focused on _abandoned_ collections. But I think we should have a way to remove a...
Greetings from the Steering Committee! All collection-specific development and scenario guides must be migrated to their respective collections. This improves the ability of a user/developer to find this content on...
Since Ansible 2.9, the standard way to distribute ansible content (playbooks, roles, modules, and plugins) are [collections](https://docs.ansible.com/ansible/2.9/dev_guide/developing_collections.html). It would be really great if you could re-factor this into one and...
It looks like this collection is effectively unmaintained. According to the current [community guidelines for collections](https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#unmaintained-collections), we will consider removing it in a future version of the Ansible community package....
##### SUMMARY `vmware_tag_manager` isn't idempotent when using `state: set`. Fixes #1265 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME vmware_tag_manager ##### ADDITIONAL INFORMATION https://github.com/ansible-collections/community.vmware/blob/fac9919fc3af36996173413c0c25bb816459f12a/plugins/modules/vmware_tag_manager.py#L339-L349
Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/1639 ##### SUMMARY Fix sanity tests for 2.15 Fixes #355 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME vcenter_vm_guest_customization appliance_infraprofile_configs ##### ADDITIONAL INFORMATION
It looks like `collection_prep_add_docs -p .` looks for `plugins/doc_fragments` in the collection search path, not in the current directory (see [community.vmware#1062](https://github.com/ansible-collections/community.vmware/pull/1062#issuecomment-932700707) ff). I think that _not_ searching for `plugins/doc_fragments` in...