Merge "Fix python-pip install for centOS system"

This commit is contained in:
Zuul 2018-09-19 19:48:40 +00:00 committed by Gerrit Code Review
commit 00b4b9021d

View File

@ -33,7 +33,7 @@
state: present
- name: ensuring python pip package is present for centos
yum:
name: python-devel
name: python-pip
state: present
- name: ensuring python pip package is present for fedora via the python2-pip rpm