Skip to content
Snippets Groups Projects
Commit e53b3e69 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Blacklist Ansible 2.9.8"

parents 12ac15b5 100f9256
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
- name: install kolla-ansible and dependencies - name: install kolla-ansible and dependencies
vars: vars:
# Test latest ansible version on Ubuntu, minimum supported on others. # Test latest ansible version on Ubuntu, minimum supported on others.
ansible_version_constraint: "{{ '==2.9.*' if base_distro == 'ubuntu' else '==2.8.*' }}" ansible_version_constraint: "{{ '==2.9.*,!=2.9.8' if base_distro == 'ubuntu' else '==2.8.*' }}"
pip: pip:
name: name:
- "{{ kolla_ansible_src_dir }}" - "{{ kolla_ansible_src_dir }}"
...@@ -522,7 +522,7 @@ ...@@ -522,7 +522,7 @@
- name: install ansible and ARA for python 3 - name: install ansible and ARA for python 3
vars: vars:
# Test latest ansible version on Ubuntu, minimum supported on others. # Test latest ansible version on Ubuntu, minimum supported on others.
ansible_version_constraint: "{{ '==2.9.*' if base_distro == 'ubuntu' else '==2.8.*' }}" ansible_version_constraint: "{{ '==2.9.*,!=2.9.8' if base_distro == 'ubuntu' else '==2.8.*' }}"
pip: pip:
name: name:
- "ansible{{ ansible_version_constraint }}" - "ansible{{ ansible_version_constraint }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment