Hardcode ansible version. We are not ready for 2.0
Change-Id: I15cf545cf9220addfc2feec3faf96aa24afdf6cc
This commit is contained in:
parent
aea48b733e
commit
e3e916f6dd
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user