From ec6f0dd4b5a26f9049c82ca3b81370d9831b8b31 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 28 Jun 2019 13:39:19 -0500 Subject: [PATCH] Add connection type to localhost inventory The localhost inventory has been updated to set the connection type to "local" this will speed up test deployments as Ansible will no longer need to broker an ssh connection to the underlying machine. Change-Id: Ic8307b1ede9fab24eb38528b6e0730aa4dee5b09 Signed-off-by: Kevin Carter --- tests/hosts.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hosts.ini b/tests/hosts.ini index 2fbb50c4a..b6a3f656c 100644 --- a/tests/hosts.ini +++ b/tests/hosts.ini @@ -1 +1 @@ -localhost +test ansible_connection=local