From a4b89d6d0bb692f42dcb23fda3692131fdd94c60 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Sat, 6 Jun 2020 15:31:28 -0500 Subject: [PATCH] set ansible caching back to jsonfile Signed-off-by: Rick Elrod --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 78a3a1d2de..e36ed5b99f 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -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