Bump KA Ansible versions to match new defaults

KA ansible versions bumped here: https://review.opendev.org/c/openstack/kolla-ansible/+/907522

Change-Id: I5359618de96d3ccc7215ead2e331e5c0fd2a7fc5
This commit is contained in:
Matt Crees 2024-03-18 14:21:10 +00:00 committed by Will Szumski
parent ef56cab84b
commit d6bdef9e58

View File

@ -24,8 +24,8 @@ kolla_ansible_venv_extra_requirements: []
# Pip requirement specifier for the ansible package. NOTE: This limits the
# version of ansible used by kolla-ansible to avoid new releases from breaking
# tested code. Changes to this limit should be tested.
kolla_ansible_venv_ansible: 'ansible>=7,<9.0'
kolla_ansible_venv_ansible_core: 'ansible-core>=2.14,<2.16'
kolla_ansible_venv_ansible: 'ansible>=8,<10.0'
kolla_ansible_venv_ansible_core: 'ansible-core>=2.15,<2.17'
# Path to a requirements.yml file for Ansible collections.
kolla_ansible_requirements_yml: "{{ kolla_ansible_venv }}/share/kolla-ansible/requirements.yml"