1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

corrected var name

This commit is contained in:
Brian Coca 2015-07-29 15:43:52 -04:00 committed by James Cammarata
parent ced93d35ca
commit 827f2ff0ac

View file

@ -525,11 +525,11 @@ To configure fact caching using jsonfile, enable it in ansible.cfg as follows::
[defaults] [defaults]
gathering = smart gathering = smart
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_location = /path/to/cachedir fact_caching_connection = /path/to/cachedir
fact_caching_timeout = 86400 fact_caching_timeout = 86400
# seconds # 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). directory (ansible will attempt to create the directory if one does not exist).
.. _registered_variables: .. _registered_variables: