From 67a980c9efe6e00fb1630bc325eb0f21d879a21b Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 29 Sep 2015 11:59:55 -0400 Subject: [PATCH] Describe the units for fact_caching_timeout --- docsite/rst/playbooks_variables.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 39bd9c335ea..d326841cf8e 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -532,6 +532,8 @@ To configure fact caching using jsonfile, enable it in ``ansible.cfg`` as follow ``fact_caching_connection`` is a local filesystem path to a writeable directory (ansible will attempt to create the directory if one does not exist). +``fact_caching_timeout`` is the number of seconds to cache the recorded facts. + .. _registered_variables: Registered Variables