From aa82631b8a6c9af8c4255be42cea71dfd3d91788 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 21 Aug 2020 14:10:36 -0400 Subject: [PATCH] 0.1.2-DEV-20200821-141012 ------------------------- * MODIFY: - update fact_caching_connection in ansible.cfg --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index aeeeebf..fc298d5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,7 +6,7 @@ gathering = smart gather_timeout = 30 fact_path = /etc/ansible/facts.d fact_caching = jsonfile -fact_caching_connection = facts.d +fact_caching_connection = /etc/ansible/facts.d fact_caching_timeout = 1800 retry_files_enabled = False forks = 8