Mario Lenz
Mario Lenz
@webknjaz > Now, third-party collections will be able to use it without having to vendor the source code. Pretty good idea, but are you still working on it? It's not...
Well, at the moment the collections I've had a look at copy the code from ansible-core and I consider this to be (quite a dirty) workaround. It would be great...
> is there any action required on this ticket still? I've had a similar problem recently. A "normal" docker was able to pull an image, but vic failed. Naturally, I...
> Hi @mariolenz, > I've seen you checking in here before. Can you review this? Sure, but there are so many other things to do :-( But I'll try to...
@jason-neumann Would it be possible for you to test this PR? It looks like it adds support for `ALT+TAB` and some more goodies. Unfortunately, I don't use this module myself....
It looks like the module simply sets `changed=True` when run in check mode: https://github.com/ansible-collections/community.vmware/blob/30de1f007ae3d00c8217129eddea66b5a4a7c004/plugins/modules/vmware_guest.py#L3387-L3396 https://github.com/ansible-collections/community.vmware/blob/30de1f007ae3d00c8217129eddea66b5a4a7c004/plugins/modules/vmware_guest.py#L3401-L3408 https://github.com/ansible-collections/community.vmware/blob/30de1f007ae3d00c8217129eddea66b5a4a7c004/plugins/modules/vmware_guest.py#L3410-L3421 https://github.com/ansible-collections/community.vmware/blob/30de1f007ae3d00c8217129eddea66b5a4a7c004/plugins/modules/vmware_guest.py#L3442-L3449 I think that changing this won't be easy.
> By saying that it won't be easy, does that mean it won't be done? Not necessarily. But this is a community collection and someone from the community needs to...
You're right, that's a problem. But I'm not sure what would be the best approach. Take, for example, `config.defaultPortConfig.macManagementPolicy` (`config.defaultPortConfig.securityPolicy` is more or less the same, although deprecated AFAIK) which...