community.general/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
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
redis.py