ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 27 forks source link

Fix cs_instance for existing instance if account/domain is set #109

Closed olivierlemasle closed 2 years ago

olivierlemasle commented 2 years ago

Currently, when using cs_instance with an existing instance with a specified root_disk_size, the module invocation fails when a domain or account is specified, because the listVolume request does not include these parameters.

A similar issue has recently been solved for projects (#90).

resmo commented 2 years ago

LGTM

olivierlemasle commented 2 years ago

I amended my commit and force-pushed to fix a Python formatting error.