community.general.pickle – Pickle formatted files.¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.pickle
.
Synopsis¶
This cache uses Python’s pickle serialization format, in per host files, saved to the filesystem.
Parameters¶
Authors¶
Brian Coca (@bcoca)