Enable fact_caching to speed up testing

We don't need to gather facts each time, lets cache them in a jsonfile.

Change-Id: Ica8a97d1126fe74dc971487f0531641917b7bd21
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-12-05 21:11:05 -05:00
parent c26ccf3c7f
commit a88fddea49
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
[defaults]
callback_whitelist = profile_tasks, timer
fact_caching = jsonfile
fact_caching_connection = ~/.cache/ansible/facts
[ssh_connection]
# NOTE(pabelanger): Enable pipelining to deal with becomes issues: