File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN dnf -y update && \
6
6
rm -rf /var/cache/yum
7
7
8
8
# kolla-ansible has specific dependencies on the ansible versions
9
- RUN pip install --no-cache-dir 'ansible-core>=2.15,<2.16.99' && \
9
+ RUN pip install --no-cache-dir --upgrade 'ansible-core>=2.15,<2.16.99' && \
10
10
pip install --no-cache-dir openstackclient
11
11
12
12
# checkout kolla-ansible
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN dnf -y update && \
6
6
rm -rf /var/cache/yum
7
7
8
8
# kolla-ansible has specific dependencies on the ansible versions
9
- RUN pip install --no-cache-dir 'ansible-core>=2.16,<2.17.99' && \
9
+ RUN pip install --no-cache-dir --upgrade 'ansible-core>=2.16,<2.17.99' && \
10
10
pip install --no-cache-dir openstackclient
11
11
12
12
# checkout kolla-ansible
You can’t perform that action at this time.
0 commit comments