10fc1b748a
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>
7 lines
231 B
YAML
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``.
|