Mario Lenz
Mario Lenz
Weird... `build-ansible-collection` succeeded in `ansible/check` but failed in `ansible/third-party-check `. Well, let's see if we can merge it anyway.
I don't think this is really a problem with resizing, I think it's something else. Could you please add `scsi_type: lsilogic` to your `disk` and try again?
It looks like the module tries to change the type to `paravirtual` when neither `scsi_type` nor `controller_type` are set: https://github.com/ansible-collections/community.vmware/blob/de8e030efcae4c19bd6b3e6670cdbc81b8656afc/plugins/modules/vmware_guest_disk.py#L863-L872 This is a bit... well, unexpected. I think the module...
Do you still run into this issue with a current version of the collection? That is 5.3.0 or at least 4.8.2?
Since there's no information that this issue still exists, I think we should close this issue. Feel free to re-open the issue if you still run into this problem with...
> ``` > # /usr/lib/python3.9/site-packages/ansible_collections > Collection Version > --------------------- ------------- > community.general 5.5.0 > ``` I think the issue / bug report template says something like: ``` Paste verbatim...
Sorry, I didn't find the time yet to have a look at this. And I'll be AFK for a couple of days, so please bare with me. Anyway, we've changed...
@mikemorency Now that the module has been migrated to `vmware.vmware` (ansible-collections/vmware.vmware#61) I don't think we should merge this. I think the way forward is a new `vmware.vmware` release (1.5.0) and...
Sorry, I didn't find the time yet to have a look at this. And I'll be AFK for a couple of days, so please bare with me. Anyway, we've changed...