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

pull/62226/head
Martin Klapproth 5 years ago committed by Sandra McCann
parent a2e61f67d5
commit dc7a765e57

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