ansible/lib/ansible/plugins
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
..
action Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
become Migrated to ansible.netcommon 2020-03-23 11:14:21 -05:00
cache Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
callback Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
cliconf Migrated to vyos.vyos 2020-03-23 11:14:21 -05:00
connection connection plugins: try config, then play_context (#69751) 2020-05-29 10:00:21 -05:00
doc_fragments provides per host/plugin world readable temp opt (#69393) 2020-05-26 15:29:37 -04:00
filter add test coverage for core filters (#68518) 2020-03-27 17:18:27 -07:00
httpapi Migrated to ibm.qradar 2020-03-23 11:14:21 -05:00
inventory Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
lookup Adding nested variable example (#69518) 2020-05-28 15:48:52 -05:00
netconf Migrated to junipernetworks.junos 2020-03-23 11:14:21 -05:00
shell windows - fix up env var quoting for unicode single quotes (#68968) 2020-04-16 20:24:23 +10:00
strategy Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
terminal Migrated to vyos.vyos 2020-03-23 11:14:21 -05:00
test Add new truthy and falsy jinja2 tests (#62602) 2019-10-02 13:58:28 -04:00
vars Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
__init__.py Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
loader.py only ever catch ImportError (#69792) 2020-06-01 09:01:38 -07:00