From ba6108268fac802817cda3d3cb420c3b77e70f1f Mon Sep 17 00:00:00 2001
From: Jason DeTiberus <jdetiber@redhat.com>
Date: Fri, 24 Apr 2015 12:14:36 -0400
Subject: Add ansible_connection=local to localhost in inventory

---
 inventory/aws/hosts/hosts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'inventory/aws/hosts')

diff --git a/inventory/aws/hosts/hosts b/inventory/aws/hosts/hosts
index 6c590ac93..34a4396bd 100644
--- a/inventory/aws/hosts/hosts
+++ b/inventory/aws/hosts/hosts
@@ -1 +1 @@
-localhost ansible_sudo=no ansible_python_interpreter=/usr/bin/python2
+localhost ansible_connection=local ansible_sudo=no ansible_python_interpreter=/usr/bin/python2
-- 
cgit v1.2.3