fix fact caching plugin name from json to jsonfile (#62198)
This commit is contained in:
parent
a2e61f67d5
commit
dc7a765e57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue