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:
Tim Burke 2020-06-16 11:34:01 -07:00
parent 0bed59e3fa
commit 51a587ed8d
1 changed files with 2 additions and 1 deletions

View File

@ -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