CI: Pin ansible-core due to breakage
It seems latest ansible-core 2.14 and 2.15 breaks a filter in kolla-ansible - let's pin for now and fix the issue in a separate patchset. Change-Id: I200ad775094230e4bf8bb40988c12ea03471008f
This commit is contained in:
parent
13ba75cccf
commit
d3c4ff8b95
@ -244,8 +244,8 @@
|
||||
|
||||
- name: install kolla-ansible and dependencies
|
||||
vars:
|
||||
ansible_core_version_min: "==2.14.*"
|
||||
ansible_core_version_max: "==2.15.*"
|
||||
ansible_core_version_min: "==2.14.10"
|
||||
ansible_core_version_max: "==2.15.4"
|
||||
# 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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user