Revert "CI: Pin ansible-core due to breakage"

This reverts commit d3c4ff8b95552a25bcca1fc01bebeca6d624d633.

Reason for revert: workaround is present

Change-Id: I40f794ce5f401a7357099dff10f7f8e05e1c4826
This commit is contained in:
Michal Nasiadka 2023-10-19 07:46:16 +00:00
parent 0386f54ff6
commit 79637cb99e

View File

@ -244,8 +244,8 @@
- name: install kolla-ansible and dependencies
vars:
ansible_core_version_min: "==2.14.10"
ansible_core_version_max: "==2.15.4"
ansible_core_version_min: "==2.14.*"
ansible_core_version_max: "==2.15.*"
# Test latest ansible version on Ubuntu, minimum supported on others.
ansible_core_version_constraint: >-
{{ ansible_core_version_min if is_upgrade or base_distro != 'ubuntu' else ansible_core_version_max }}