Skip to content
Snippets Groups Projects
Commit a751d6e8 authored by Sam Yaple's avatar Sam Yaple
Browse files

Lock down ansible version

We can lock down to this alpha version as long as it works once. That
is the value of building an image here. We likely won't run into any
bugs if we can deploy from this tag at least once.

Change-Id: I864290260d7fbdcd8325748788d2454d1dc1a699
Closes-Bug: #1501455
parent 8f7006e3
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN pip install -U pip wheel
RUN pip --no-cache-dir install shade
RUN git clone --depth 1 https://github.com/ansible/ansible.git \
RUN git clone --depth 1 -b v2.0.0-0.2.alpha2 https://github.com/ansible/ansible.git \
&& cd ansible \
&& git submodule update --init --recursive \
&& pip --no-cache-dir install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment