From 703c8622f58172e87a5e5ee1ddb826a8171cccc2 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Thu, 13 Jun 2024 12:37:57 +0200 Subject: [PATCH] [CI] Remove SLURP related ansible installation Change-Id: I517d9f078a4dbb34178c851c1bc8b51b738882da --- tests/run.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/run.yml b/tests/run.yml index 8b61bc9707..5c68c1fa93 100644 --- a/tests/run.yml +++ b/tests/run.yml @@ -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