You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
10 years ago
..
cli ansible-doc now notes when module has action plugin 10 years ago
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. 10 years ago
config Making the switch to v2 11 years ago
errors Fix some typos (#16498) 10 years ago
executor Add a function to check for killed processes in all strategies (#16684) 10 years ago
galaxy Retain local tar.gz roles during galaxy install (#16592) 10 years ago
inventory Ignore limits and restrictions when parsing inventory. 10 years ago
module_utils Merge pull request #16728 from privateip/netcfg 10 years ago
modules Update submodule refs 10 years ago
parsing Fix exceptions thrown from cryptography import (#16723) 10 years ago
playbook fixed lookup search path (#16630) 10 years ago
plugins removes methods to write to dest from net_config 10 years ago
template allow spaces before the filter string (#16312) 10 years ago
utils add new features to ios shared module 10 years ago
vars Fix bug where getting role vars does not follow the dep chain 10 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py make timeout decorator for facts have a configurable duration (#16551) 10 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
test-requirements.txt Making the switch to v2 11 years ago