From 79637cb99ec4edb0488c765c6b357c7bdcfb08d6 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Thu, 19 Oct 2023 07:46:16 +0000 Subject: [PATCH] Revert "CI: Pin ansible-core due to breakage" This reverts commit d3c4ff8b95552a25bcca1fc01bebeca6d624d633. Reason for revert: workaround is present Change-Id: I40f794ce5f401a7357099dff10f7f8e05e1c4826 --- tests/run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run.yml b/tests/run.yml index 2e010fdf29..90e36bad86 100644 --- a/tests/run.yml +++ b/tests/run.yml @@ -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 }}