0.1.2-DEV-20200821-141012

-------------------------
    * MODIFY:
      - update fact_caching_connection in ansible.cfg
This commit is contained in:
Chris Hammer 2020-08-21 14:10:36 -04:00
parent af5424d264
commit aa82631b8a

View File

@ -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