From dc7a765e57c69783ea070c37a557bf9a7abd2bd0 Mon Sep 17 00:00:00 2001 From: Martin Klapproth Date: Thu, 12 Sep 2019 21:45:43 +0200 Subject: [PATCH] fix fact caching plugin name from json to jsonfile (#62198) --- docs/docsite/rst/plugins/inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/plugins/inventory.rst b/docs/docsite/rst/plugins/inventory.rst index a839229137a..0576b35c541 100644 --- a/docs/docsite/rst/plugins/inventory.rst +++ b/docs/docsite/rst/plugins/inventory.rst @@ -127,7 +127,7 @@ Here is an example of setting inventory caching with some fact caching defaults .. code-block:: ini [defaults] - fact_caching = json + fact_caching = jsonfile fact_caching_connection = /tmp/ansible_facts cache_timeout = 3600