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