From 7f3837756056a532ef6ff7ef40aea410223d266f Mon Sep 17 00:00:00 2001
From: sborenst <shachar.borenstein@gmail.com>
Date: Mon, 30 Oct 2017 02:08:04 +0100
Subject: [PATCH] DANGER, trying working around ec2.sh, returns {} now

---
 ansible/inventory/ec2.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ansible/inventory/ec2.sh b/ansible/inventory/ec2.sh
index 398a330..faeef80 100755
--- a/ansible/inventory/ec2.sh
+++ b/ansible/inventory/ec2.sh
@@ -1,5 +1,6 @@
 #!/bin/bash
-
+echo { }
+exit 0 
 # This script is a wrapper for ec2.py. The purpose is to avoid HTTP 400 from AWS as we run several
 # deployments simultaneously.
 # It follows the recommandations from: http://docs.aws.amazon.com/general/latest/gr/api-retries.html

--
Gitblit v1.9.3