Commit Graph

10 Commits (66ed397360bcf2fed7eecf4d18ee418809f6dcdb)

Author SHA1 Message Date
James Cammarata 66ed397360 Fix redis fact_caching_timeout=0 bug
Fixes #12018
10 years ago
Marius Gedminas 0c6ce31f76 Use 'except ... as' syntax
This syntax works on Python 2.6 through 3.x.  lib/ansible/module_utils
(and lib/ansible/modules) need to support Python 2.4, so I didn't touch
those.
10 years ago
Brian Coca 851ed45bbf adding display to plugins and start moving debug to display 11 years ago
James Cammarata d977da5b41 Fixing up fact_cache use in VariableManager 11 years ago
James Cammarata 932d1e57f7 Removing stray debugging print 11 years ago
James Cammarata 91c9bb96e3 Moving jsonfile cache plugin over and fixing #10883
Fixes #10883
11 years ago
Toshio Kuratomi 7dd3ef7b60 Older python-six from early RHEL and ubuntu do not have add_metaclass but do have with_metaclass 11 years ago
James Cammarata 0f1eb3cfc2 Better fix for serializing/deserializing cache plugins (v2) 11 years ago
James Cammarata cd6d1f9221 Fix pickling errors with cache plugins (v2)
Fixes #10945
11 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2 11 years ago