Merge "Use the Mistral directory for storing the Ansible fact cache." into stable/train

This commit is contained in:
Zuul 2019-11-19 01:42:22 +00:00 committed by Gerrit Code Review
commit 06779c92fe
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,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/tmp/ansible_fact_cache')
'/var/lib/mistral/ansible_fact_cache')
# Expire facts in the fact cache after 7200s (2h)
config.set('defaults', 'fact_caching_timeout', '7200')