From 001a28e583a0206833d15e0fe59b6f703603eaff Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Jun 2020 10:25:26 -0700 Subject: [PATCH] ansible / server: also comment out that plugin in config Signed-off-by: Kevin Fenzi --- 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 b9306dc30a..2dcd64e796 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -243,7 +243,7 @@ filter_plugins = /srv/web/infra/ansible/filter_plugins:/usr/lib/python2.7/si # 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 = fedora_jsonfile fact_caching_connection = ~/.ansible_facts_cache fact_caching_timeout = 86400