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
This commit is contained in:
Jedrzej Nowak 2016-01-14 13:06:51 +01:00
parent 37e2f39388
commit c1b73177a4
1 changed files with 4 additions and 1 deletions

View File

@ -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