ansible/lib/ansible/cache
Michael Scherer 8d324e6a50 Fix pylint error on "cachefile does not exist"
Since cachefile is used to show the error message when stat
fail, the variable need to be declared.
2015-05-01 13:57:13 -04:00
..
__init__.py Implement fact cache flushing alongside a command-line argument to invoke it. 2014-08-11 12:23:05 -04:00
base.py Fixing new caching related issue with host vars 2014-09-09 15:37:15 -05:00
jsonfile.py Fix pylint error on "cachefile does not exist" 2015-05-01 13:57:13 -04:00
memcached.py Fixing new caching related issue with host vars 2014-09-09 15:37:15 -05:00
memory.py Fixing new caching related issue with host vars 2014-09-09 15:37:15 -05:00
redis.py Restore json import for redis as well. Switch preference to simplejson for speed 2014-12-23 13:14:14 -08:00