Merge "Switch fact caching connection" into stable/train

This commit is contained in:
Zuul 2020-05-14 16:56:21 +00:00 committed by Gerrit Code Review
commit 945e0fcd84
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ def write_default_ansible_cfg(work_dir,
config.set('defaults', 'gathering', 'smart')
config.set('defaults', 'fact_caching', 'jsonfile')
config.set('defaults', 'fact_caching_connection',
'/var/lib/mistral/ansible_fact_cache')
'~/.ansible/fact_cache')
# Set the pull interval to lower CPU overhead
config.set('defaults', 'internal_poll_interval', '0.05')