Files
community.general/lib/ansible/modules/cloud
Nijin Ashok bc741eb2a0 ovirt_vm: Fix issue in setting the custom_compatibility_version to NULL
Currently there is no way to reset the custom_compatibility_version to
NULL. If we provide a empty string('') to custom_compatibility_version,
it will fail with error "IndexError: list index out of range" at _get_minor
function.

To reset the custom_compatibility_version, we have to pass None value to
types.Version. The PR fixes the same.
2018-10-22 21:12:08 -07:00
..
2018-10-23 09:36:39 +05:30
2018-08-05 17:49:11 -04:00
2018-10-22 19:00:53 +02:00
2018-09-24 21:03:50 +02:00
2018-08-22 01:56:47 -04:00
2018-08-24 19:43:35 -04:00
2018-08-24 19:43:35 -04:00
2018-09-25 11:15:51 +01:00