From 69a9aefa68d69523e469d10c53a87524c77aeff4 Mon Sep 17 00:00:00 2001 From: Rihab Banday Date: Thu, 29 Apr 2021 10:18:32 +0200 Subject: Update BMRA image and pip version for CentOS7 This change updates the BMRA image to v21.03 and the pip version to the recommended one. Change-Id: I28b69fcb105cac05fbcc2d4606714c9fd9be0cc4 Signed-off-by: Rihab Banday Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72438 Tested-by: jenkins-ci Reviewed-by: Michael Pedersen --- sw_config/bmra/patched_rhel_packages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sw_config/bmra/patched_rhel_packages.yml') diff --git a/sw_config/bmra/patched_rhel_packages.yml b/sw_config/bmra/patched_rhel_packages.yml index 7e65484..990f5dc 100644 --- a/sw_config/bmra/patched_rhel_packages.yml +++ b/sw_config/bmra/patched_rhel_packages.yml @@ -224,3 +224,11 @@ - jq state: present when: ansible_distribution in ["RedHat", "CentOS"] + +- name: use the correct pip version for CentOS 7 + pip: + name: + - pip==9.0.3 + when: + - ansible_distribution == "CentOS" + - ansible_distribution_version < '7.9' -- cgit 1.2.3-korg