kolla-ansible/releasenotes/notes/ansible-2.14-d83c5ce197321353.yaml
Michal Nasiadka 10fc1b748a ansible: bump min to 2.13 and max to 2.14.2
We limit to 2.14.2 due to a regression in ansible-core [1] that breaks
conditional include_task loops in handlers. This is used for controlled
restarts of MariaDB and RabbitMQ.

[1]: 65366f663d

Change-Id: I57425680a4cdbf0daeb9b2cc35920f1b933aa4a8
Co-Authored-By: Michal Nasiadka <michal@stackhpc.com>
2023-05-18 20:04:48 +01:00

7 lines
231 B
YAML

---
upgrade:
- |
Minimum supported Ansible version is now ``6`` (ansible-core 2.13)
and maximum supported is ``7`` (ansible-core 2.14). Due to a regression in
``ansible-core``, it must not be greater than ``2.14.2``.