ansible/lib/ansible/plugins/cache
Adrian Likins 3e754086b6 Fix error using jsonfile with incomplete config (#17567)
If 'fact_caching=jsonfile' was configured, but
'fact_caching_connection' was not configured, jsonfile
would fail and ansible-playbook would exit with a traceback.

Fixes #17566
2016-09-16 15:08:02 -04:00
..
__init__.py Port cache plugins to global display 2015-11-11 10:44:22 -08:00
base.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
jsonfile.py Fix error using jsonfile with incomplete config (#17567) 2016-09-16 15:08:02 -04:00
memcached.py [wip] Let jsonfile and memcached cache plugins understand fact_caching_timeout=0 (#17565) 2016-09-14 13:27:42 -04:00
memory.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
redis.py Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00