kayobe/releasenotes/notes/bump-ansible-8-19460a447621ff3c.yaml
Will Szumski 9a5d572a09 Bump up Ansible supported versions to 8.x/9.x
This change bumps up the maximum supported Ansible version to 9.x
(ansible-core 2.16.x) and minimum to 8.x. This synchronises Kayobe with
Kolla Ansible.

Notable changes
---------------

- Removed use of get_md5 when using stat module, See:
  d955fb1590

- Remove use of include (instead of import_tasks/include_tasks) which
  has now been removed. See:
  8db9bd7574

Change-Id: I2ea9b2ec58913722c4defffbeee88cc420dcbdab
2024-05-27 15:31:46 +00:00

7 lines
243 B
YAML

---
upgrade:
- |
Updates the maximum supported version of Ansible from 8.x (ansible-core
2.15) to 9.x (ansible-core 2.16). The minimum supported version is updated
from 7.x to 8.x. This is true for both Kayobe and Kolla Ansible.