Skip to content

Commit 67afdb5

Browse files
committed
Cap ansible.posix below 1.6.0
Collection ansible.posix 1.6.0 was released [1] which drops support for ansible-core 2.14 [2]: ansible-core 2.15 is the minimum required version for this release. We need to use an earlier release to match the minimum Ansible version in kolla-ansible. [1] https://github.com/ansible-collections/ansible.posix/blob/1.6.0/CHANGELOG.rst#major-changes [2] ansible-collections/ansible.posix#562 Change-Id: I3aed6c8ff61938301c7265f78fa7a57815e81c81 Closes-Bug: #2080609 (cherry picked from commit c1cbbd0)
1 parent 3a39a79 commit 67afdb5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docker/kolla-toolbox/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
collections:
33
- name: ansible.posix
4-
version: '<2'
4+
version: '<1.6.0'
55
- name: community.general
66
version: '<4'
77
- name: community.mysql
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes incompatibility between ``ansible.posix`` 1.6.0 and ``ansible-core``
5+
versions below 2.15 by capping ``ansible.posix`` to 1.5.x.
6+
`LP#2080609 <https://launchpad.net/bugs/2080609>`__

0 commit comments

Comments
 (0)