ensure-chart-testing: install pip
In order for things to work properly, we need to make sure we at least have pip installed. Change-Id: I46e0593f0fa9042d866bfd53e5292251414693b0
This commit is contained in:
parent
9eaa98cd24
commit
72617b3cd5
@ -1,4 +1,8 @@
|
||||
---
|
||||
- name: Install pip
|
||||
include_role:
|
||||
name: ensure-pip
|
||||
|
||||
- name: Install Python dependencies
|
||||
become: true
|
||||
pip:
|
||||
|
Loading…
Reference in New Issue
Block a user