mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-16 22:44:54 +00:00
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.
|
||
|---|---|---|
| .. | ||
| ansible | ||