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

Merge "Pin Ansible version to 2.1.1.0 in kolla-toolbox"

parents f4b82072 1a7af3e1
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ ...@@ -49,7 +49,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& rm get-pip.py \ && rm get-pip.py \
&& pip --no-cache-dir install pytz \ && pip --no-cache-dir install pytz \
&& pip --no-cache-dir install \ && pip --no-cache-dir install \
'ansible>2' \ ansible==2.1.1.0 \
MySQL-python \ MySQL-python \
os-client-config==1.16.0 \ os-client-config==1.16.0 \
pyudev \ pyudev \
......
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