From ba6108268fac802817cda3d3cb420c3b77e70f1f Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Fri, 24 Apr 2015 12:14:36 -0400 Subject: Add ansible_connection=local to localhost in inventory --- inventory/gce/hosts/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory/gce') diff --git a/inventory/gce/hosts/hosts b/inventory/gce/hosts/hosts index 6c590ac93..34a4396bd 100644 --- a/inventory/gce/hosts/hosts +++ b/inventory/gce/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.1