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:
1 changed files with 2 additions and 1 deletions
@@ -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
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.