fix fact caching plugin name from json to jsonfile (#62198)

(cherry picked from commit dc7a765e57)
pull/62469/head
Martin Klapproth 5 years ago committed by Toshio Kuratomi
parent 1a7e2e02f8
commit 64a2e39c9e

@ -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

Loading…
Cancel
Save