set ansible caching back to jsonfile

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2020-06-06 15:31:28 -05:00 committed by Rick Elrod
parent 06aaf08df9
commit a4b89d6d0b

View file

@ -243,7 +243,7 @@ cow_selection = random
# without having to talk to them in the same playbook run to get their
# current IP information.
#fact_caching = memory
#fact_caching = fedora_jsonfile
fact_caching = jsonfile
fact_caching_connection = ~/.ansible_facts_cache
fact_caching_timeout = 86400