mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 16:04:09 -07: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. |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |