ansible/lib/ansible
Toshio Kuratomi ad45bd72c1 Fix for a caching traceback
When the user specified caching plugin doesn't initialize correctly, we
were falling back to a dict.  however, dicts do not have the same
update() method as the FactCache.  We use the update method when we
update a cache with a subsequent value.  So when that combination of
things happened, the code would traceback.

In devel, we made this change to fix things: https://github.com/ansible/ansible/pull/49516
but that involves several deprecations.  So we're doing this smaller
hack in 2.7 to fix the traceback without introducing those deprecations
in a stable release.
2018-12-06 10:59:32 -08:00
..
cli Fix type in ansible-galaxy info output (#49096) 2018-12-03 14:32:40 -08:00
compat
config better handling of bad type in config (#48821) 2018-11-19 11:03:27 -08:00
errors
executor [stable-2.7] Make squash deprecation messages less misleading (#49551) 2018-12-06 10:01:35 -08:00
galaxy [stable-2.7] Support .yaml extension for meta file (#46505) 2018-11-13 14:38:38 -08:00
inventory
module_utils Fix google auth scoping for unscoped credentials (#46740) 2018-12-06 09:43:35 -08:00
modules Handle special service where package is not available (#45155) 2018-12-05 10:40:55 -08:00
parsing
playbook require git when trying to use it in ansible-galaxy cli (#49212) 2018-12-03 16:39:34 -08:00
plugins [stable-2.7] Support version 3 of the redis python library (#49445) 2018-12-06 09:36:00 -08:00
template templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 2018-12-03 18:40:42 -08:00
utils Backport/2.7/46623 (#48154) 2018-12-03 16:37:25 -08:00
vars Fix for a caching traceback 2018-12-06 10:59:32 -08:00
__init__.py
constants.py [stable-2.7] Fix from sivel for ansible-doc 2018-10-25 12:49:58 -07:00
release.py Update Ansible release version to v2.7.4.post0. 2018-11-30 12:45:32 -08:00