From 20f7ffcac1c872df50660c45714c7a2a71b862ff Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Feb 28 2018 11:06:30 +0000 Subject: speed up execution by not gathering ansible facts We don't use them anyway. --- diff --git a/tests.yml b/tests.yml index 916e457..841c699 100644 --- a/tests.yml +++ b/tests.yml @@ -1,6 +1,7 @@ --- - hosts: localhost remote_user: root + gather_facts: no vars: artifacts: ./artifacts testcase: dist.mtf-containers