From 392570f4ff3926c207ecb58f9fec0539f1c04121 Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Thu, 31 Dec 2015 14:54:51 +0100
Subject: [PATCH] distinct local hostname

---
 inventory/inventory.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory/inventory.example b/inventory/inventory.example
index 2ccbc0462..21683b2c2 100644
--- a/inventory/inventory.example
+++ b/inventory/inventory.example
@@ -1,5 +1,5 @@
 [downloader]
-node1 ansible_ssh_host=10.99.0.26 ansible_connection=local
+local ansible_ssh_host=10.99.0.26 ansible_connection=local ansible_python_interpreter=python2
 
 [kube-master]
 node1 ansible_ssh_host=10.99.0.26
-- 
GitLab