Merge "[CI] Remove SLURP related ansible installation"

This commit is contained in:
Zuul 2024-06-14 10:03:34 +00:00 committed by Gerrit Code Review
commit 57b7dd422b

View File

@ -268,14 +268,6 @@
- "ara[server]<1.7"
virtualenv: "{{ kolla_ansible_venv_path }}"
# TODO(mnasiadka): Remove in D
- name: Install Ansible on SLURP upgrade only
pip:
extra_args: "-c {{ upper_constraints_file }}"
name: "ansible{{ ansible_version_constraint }}"
virtualenv: "{{ kolla_ansible_venv_path }}"
when: is_slurp
- name: Install Ansible collections
shell: |
source {{ kolla_ansible_venv_path }}/bin/activate