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:
parent
0386f54ff6
commit
79637cb99e
@ -244,8 +244,8 @@
|
|||||||
|
|
||||||
- name: install kolla-ansible and dependencies
|
- name: install kolla-ansible and dependencies
|
||||||
vars:
|
vars:
|
||||||
ansible_core_version_min: "==2.14.10"
|
ansible_core_version_min: "==2.14.*"
|
||||||
ansible_core_version_max: "==2.15.4"
|
ansible_core_version_max: "==2.15.*"
|
||||||
# Test latest ansible version on Ubuntu, minimum supported on others.
|
# Test latest ansible version on Ubuntu, minimum supported on others.
|
||||||
ansible_core_version_constraint: >-
|
ansible_core_version_constraint: >-
|
||||||
{{ ansible_core_version_min if is_upgrade or base_distro != 'ubuntu' else ansible_core_version_max }}
|
{{ 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