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/parsing
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
..
utils Fixing up jsonify and adding unit tests 2016-02-29 14:51:23 -05:00
vault Fix exceptions thrown from cryptography import (#16723) 2016-07-20 03:32:23 -07:00
yaml Use a unicode format string so that we don't convert to byte strings 2016-02-26 10:29:37 -08:00
__init__.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
dataloader.py Search path (#16387) 2016-06-28 17:23:30 -04:00
mod_args.py Added more info to the no action detected error 2016-02-08 16:51:10 -05:00
quoting.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
splitter.py Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00