Use ensure-pip role
Hopefully this will fix the currently-broken probe test gate? Depends-On: https://review.opendev.org/#/c/736070/ Change-Id: Ib652534b35236fdb6bcab131c7dc08a079bf72f6
This commit is contained in:
parent
0bed59e3fa
commit
51a587ed8d
@ -14,12 +14,13 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
roles:
|
||||||
|
- ensure-pip
|
||||||
tasks:
|
tasks:
|
||||||
- name: installing dependencies
|
- name: installing dependencies
|
||||||
yum: name={{ item }} state=present
|
yum: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- python-pyeclib
|
- python-pyeclib
|
||||||
- python-pip
|
|
||||||
- python-nose
|
- python-nose
|
||||||
- python-swiftclient
|
- python-swiftclient
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user