Hardcode ansible version. We are not ready for 2.0

Change-Id: I15cf545cf9220addfc2feec3faf96aa24afdf6cc
This commit is contained in:
Łukasz Oleś 2016-01-18 18:45:21 +01:00
parent aea48b733e
commit e3e916f6dd
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ ADD run.sh /run.sh
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y python python-dev python-distribute python-pip openssh-client rsync libyaml-dev vim libffi-dev libssl-dev git sshpass
RUN pip install ansible
RUN pip install "ansible<2.0"
RUN pip install gevent
RUN pip install git+https://github.com/Mirantis/solar.git

View File

@ -8,4 +8,4 @@ sudo apt-get update
sudo apt-get install -y python-setuptools python-dev autoconf g++
sudo easy_install pip
sudo pip install -U pip
sudo pip install ansible
sudo pip install "ansible<2.0"