Skip to content

Commit e1fff62

Browse files
committed
kolla-toolbox: Bump ansible-core to 2.18
Change-Id: I0bdef4252d4f2850d2b1a40feac3c373e5c453e7
1 parent d25e9a7 commit e1fff62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker/kolla-toolbox/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN mkdir -p /requirements \
9191
ENV PATH {{ venv_path }}/bin:$PATH
9292

9393
{% set kolla_toolbox_pip_packages = [
94-
'ansible-core==2.17.*',
94+
'ansible-core==2.18.*',
9595
'cmd2',
9696
'influxdb',
9797
'openstacksdk',
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Kolla toolbox is now using ``ansible-core 2.18``

0 commit comments

Comments
 (0)