From c1b73177a48b5658fe83ac5d5869d6b9abee7965 Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Thu, 14 Jan 2016 13:06:51 +0100 Subject: [PATCH] Set ansible<2.0 in requirements In >=2.0 there is no ansible.callbacks We will need to refactor our ansible handlers for new ansible API. Change-Id: I6b9092ca51712104bf651b72ca2d90b03a392b68 --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b49bb53..549c2afe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,10 @@ enum34==1.0.4 inflection Fabric==1.10.2 tabulate==0.7.5 -ansible + +# we need callbacks for now +ansible<2.0 + celery mock multipledispatch==0.4.8