nutanix / nutanix.ansible

Official Nutanix Ansible collections
GNU General Public License v3.0
64 stars 36 forks source link

Bug/fix backward compatibility in vm disks #429

Closed bhati-pradeep closed 10 months ago

bhati-pradeep commented 10 months ago

https://github.com/nutanix/nutanix.ansible/pull/393/files This introduced a backward compatibiltiy issue where absence of size gb in disks using image is not allowed from module but ideally it is allowed from API server.

So have added the above PR fix for only storage container case.