Files
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
..
2015-05-03 21:47:26 -05:00
2016-06-29 14:31:25 -04:00
2016-07-15 10:09:39 -07:00
2015-05-03 21:47:26 -05:00