Mario Lenz

Results 456 comments of Mario Lenz

> This file is autogenerated with https://github.com/ansible-collections/vmware_rest_code_generator. I prepare a fix that include your change. Sorry, I thought you would manage those files here manually. Just close this PR. I...

@goneri Do you still want to use this PR to test something or can we close it?

I'm quite sure this has been fixed in version 2, so I'll close this for now. If you still run into this issue with 2.x, feel free to re-open it...

Yes, it looks like the module always removes all tags and then adds them again one by one when specifying `set`: https://github.com/ansible-collections/community.vmware/blob/fac9919fc3af36996173413c0c25bb816459f12a/plugins/modules/vmware_tag_manager.py#L339-L349

@Kloppi313 @pugnacity @mainboarder @mvgtsvg @denknl If you're still interested in this feature, you might want to test if #1510 works for you: ``` mkdir -p ~/.ansible/collections/ansible_collections/community git clone https://github.com/ansible-collections/community.vmware ~/.ansible/collections/ansible_collections/community/vmware...

@ErikVenema Could you please test again with community.vmware 2.9.0 or later?

I don't find a way to implement this in the official vSphere API, so I'll close this issue for now. I'm sorry, but we can't implement what the API doesn't...

> Before I can successfully use this module to manage our DVS settings, this module must support the _inherit_ properties for DVS port groups. I doubt that you need support...

Version 3.0.0 supports explicit inherit for at least some of the settings you've mentioned (#1483). If that's not enough for you, please open a new (feature request) issue and tell...

@Nina2244 This PR is somehow weird. I'm sure I've fixed the last sanity test, but the CI keeps failing. Now what's interesting, when I check out the PR I don't...