Commit 827f2ff0 by Brian Coca Committed by James Cammarata

corrected var name

parent ced93d35
......@@ -525,13 +525,13 @@ To configure fact caching using jsonfile, enable it in ansible.cfg as follows::
[defaults]
gathering = smart
fact_caching = jsonfile
fact_caching_location = /path/to/cachedir
fact_caching_connection = /path/to/cachedir
fact_caching_timeout = 86400
# seconds
`fact_caching_location` is a local filesystem path to a writeable
`fact_caching_connection` is a local filesystem path to a writeable
directory (ansible will attempt to create the directory if one does not exist).
.. _registered_variables:
Registered Variables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment