Update BMRA image and pip version for CentOS7
[kuberef.git] / sw_config / bmra / patched_rhel_packages.yml
index 7e65484..990f5dc 100644 (file)
      - 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'