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

This commit is contained in:
Martin Klapproth 2019-09-12 21:45:43 +02:00 committed by Sandra McCann
parent a2e61f67d5
commit dc7a765e57

View file

@ -127,7 +127,7 @@ Here is an example of setting inventory caching with some fact caching defaults
.. code-block:: ini .. code-block:: ini
[defaults] [defaults]
fact_caching = json fact_caching = jsonfile
fact_caching_connection = /tmp/ansible_facts fact_caching_connection = /tmp/ansible_facts
cache_timeout = 3600 cache_timeout = 3600