From 45ec25de830918d06bec2c7dbeaef10d1b738eb2 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 29 Jul 2015 15:43:52 -0400 Subject: [PATCH] corrected var name --- docsite/rst/playbooks_variables.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 619a3cf07b6..c47dfe0fc73 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -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