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

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
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.