summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/cache/yaml.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-091-65/+0
* ANSIBLE_CACHE_PLUGIN_TIMEOUT - docs (#65311)Alex2019-12-101-1/+1
* Fix _uri option documentation for cache plugins that expect stringss-hertel2018-09-251-1/+0
* Correct doc for cache pluginAbhijeet Kasurde2018-05-211-1/+1
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-6/+5
* fixes to config/setting retrievalBrian Coca2017-09-091-15/+30
* updated cache descriptionsBrian Coca2017-06-091-2/+2
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-0/+1
* Enable documentation in pluginsBrian Coca2017-03-231-0/+9
* put cache base classes in __init__ (#22809)Brian Coca2017-03-231-1/+1
* Make BaseFileCache into an abstractbaseclass so it's a proper interfaceToshio Kuratomi2017-02-221-5/+9
* added pickle and yaml cache pluginsBrian Coca2017-02-221-0/+38