From 7d3b6054ab83ffbdfc95c99989db1e2f0067f07a Mon Sep 17 00:00:00 2001 From: Byron McCollum Date: Mon, 8 Sep 2014 16:19:11 -0500 Subject: [PATCH] Ensure localhost connections don't try to use SSH. --- rpc_deployment/inventory/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_deployment/inventory/hosts b/rpc_deployment/inventory/hosts index 8bb7ba6b33..07b5565f16 100644 --- a/rpc_deployment/inventory/hosts +++ b/rpc_deployment/inventory/hosts @@ -1,2 +1,2 @@ [local] -localhost +localhost ansible_connection=local