Mario Lenz
Mario Lenz
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...
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...
@ryanb74 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...
We've deprecated this module (#2332) meanwhile so I don't think we will invest any time to fix this.
We've deprecated this module (#2332) meanwhile so I don't think we will invest any time to fix this.
The module doesn't have a list of supported advanced settings, it tries to find out what advanced settings are supported: https://github.com/ansible-collections/community.vmware/blob/f9854125b4d6bd4c4c2579eeefdc2e35ff95a579/plugins/modules/vmware_host_config_manager.py#L105-L141 I'm not sure if we have a bug in...
This is weird. `VSAN.IgnoreClusterMemberListUpdates` is documented ([here](https://knowledge.broadcom.com/external/article/326849/moving-a-vsan-cluster-from-one-vcenter-s.html) and in other places) but [OptionManager](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.option.OptionManager.html) doesn't list it as a `supportedOption`. At least not in 7.0 U3. I don't have a test...
I don't think it's a good idea to support any "hidden" options, sounds like an accident waiting to happen. 1) The name might change anytime and 2) we can't find...
Well, _do_ the VMs exit or not? I mean, if those VMs don't exist the error looks correct. But you're not saying that those VMs are really there.