ansible/lib/ansible
Evgeni Golov e10e5fc4ad
only ever catch ImportError (#69792)
ModuleNotFoundError is a subclass of ImportError but only exists in
Python 3.6 or newer. Instead of doing hacks to be able to catch that on
older Pythons, just always only catch ImportError, which will also catch
ModuleNotFoundError on Python 3.6 or later
2020-06-01 09:01:38 -07:00
..
cli Fix return value interpretation of PluginLoader.find_plugin_with_context(). (#69772) 2020-05-29 17:17:28 -07:00
collections collection routing (#67684) 2020-05-26 09:42:06 -07:00
compat Fix filedescriptor out of range in select() when running commands (#65058) 2020-05-14 11:46:34 -04:00
config Ensure --version works with non-ascii project path (#66624) 2020-05-29 14:42:44 -04:00
errors collection routing (#67684) 2020-05-26 09:42:06 -07:00
executor [ansiballz] ensure that '' is not in sys.path (#69342) 2020-06-01 03:43:20 -05:00
galaxy Add support to install collections from git repositories (#69154) 2020-05-29 13:33:32 -04:00
inventory Remove deprecation for TRANSFORM_INVALID_GROUP_CHARS (#66650) 2020-05-13 10:16:32 -04:00
module_utils distribution: Added support for openEuler OS (#69324) 2020-05-29 12:43:16 +05:30
modules do not return the body even if it failed (#69706) 2020-06-01 09:55:38 -04:00
parsing Spelling: dependant -> dependent (#69661) 2020-05-22 11:24:25 +05:30
playbook Add support to install collections from git repositories (#69154) 2020-05-29 13:33:32 -04:00
plugins only ever catch ImportError (#69792) 2020-06-01 09:01:38 -07:00
template Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
utils Add support to install collections from git repositories (#69154) 2020-05-29 13:33:32 -04:00
vars Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
__init__.py
constants.py add collection plugin listing to ansible-doc (#68522) 2020-03-31 15:25:20 -04:00
context.py
release.py