1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Connor Osborn b06c61c49b Fix exceptions thrown from cryptography import (#16723)
A simple import of cryptography can throw several types of errors. For example,
if `setuptools` is less than cryptography's minimum requirement of 11.3, then
this import of cryptography will throw a VersionConflict here. An earlier case
threw a DistributionNotFound exception.

An optional dependency should not stop ansible. If the error is more than
an ImportError, log a warning, so that errors can be fixed in ansible or
elsewhere.
2016-07-20 03:32:23 -07:00
..
cli ansible-doc now notes when module has action plugin 2016-07-14 15:50:58 -04:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor Add a function to check for killed processes in all strategies (#16684) 2016-07-14 16:37:35 -04:00
galaxy Retain local tar.gz roles during galaxy install (#16592) 2016-07-06 12:28:54 -04:00
inventory Ignore limits and restrictions when parsing inventory. 2016-06-30 13:32:48 -07:00
module_utils Merge pull request #16728 from privateip/netcfg 2016-07-15 16:42:51 -04:00
modules Update submodule refs 2016-07-15 10:09:39 -07:00
parsing Fix exceptions thrown from cryptography import (#16723) 2016-07-20 03:32:23 -07:00
playbook fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
plugins removes methods to write to dest from net_config 2016-07-15 17:34:46 -04:00
template allow spaces before the filter string (#16312) 2016-06-15 14:17:17 -04:00
utils add new features to ios shared module 2016-07-11 05:57:15 -07:00
vars Fix bug where getting role vars does not follow the dep chain 2016-07-19 16:59:11 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py make timeout decorator for facts have a configurable duration (#16551) 2016-07-08 17:46:41 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00