Merge "Cap ansible.posix below 1.6.0" into stable/2023.2

This commit is contained in:
Zuul 2024-09-16 09:38:47 +00:00 committed by Gerrit Code Review
commit dd631f9d99
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
collections:
- name: ansible.posix
version: '<2'
version: '<1.6.0'
- name: community.general
version: '<4'
- name: community.mysql

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes incompatibility between ``ansible.posix`` 1.6.0 and ``ansible-core``
versions below 2.15 by capping ``ansible.posix`` to 1.5.x.
`LP#2080609 <https://launchpad.net/bugs/2080609>`__