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.
|
||||
- hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- ensure-pip
|
||||
tasks:
|
||||
- name: installing dependencies
|
||||
yum: name={{ item }} state=present
|
||||
with_items:
|
||||
- python-pyeclib
|
||||
- python-pip
|
||||
- python-nose
|
||||
- python-swiftclient
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user