Skip to content
Snippets Groups Projects
Commit d55be10d authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Lock down ansible version"

parents 1bad32ff a751d6e8
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ RUN pip install -U pip wheel ...@@ -19,7 +19,7 @@ RUN pip install -U pip wheel
RUN pip --no-cache-dir install shade 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 \ && cd ansible \
&& git submodule update --init --recursive \ && git submodule update --init --recursive \
&& pip --no-cache-dir install . && 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