community.general/lib/ansible/plugins/cache
James Cammarata 5c5806d669 Fixing bugs related to jfonfile cache plugin
* corrupt/invalid file causes tracebacks
* incorrect initialization of display/_display in BaseCacheModule class
* tweaking the way errors in get() on jsonfile caches work, to raise
  a proper AnsibleError in that situation so the playbook/task is stopped

Fixes #12708
2015-10-12 13:06:41 -04:00
..
__init__.py Fixing bugs related to jfonfile cache plugin 2015-10-12 13:06:41 -04:00
base.py Fixing bugs related to jfonfile cache plugin 2015-10-12 13:06:41 -04:00
jsonfile.py Fixing bugs related to jfonfile cache plugin 2015-10-12 13:06:41 -04:00
memcached.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
memory.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
redis.py fixed error reporting when missing redis import 2015-10-01 18:49:51 -04:00