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:
Mohammed Naser 2020-06-20 12:31:08 -04:00
parent 9eaa98cd24
commit 72617b3cd5
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
---
- name: Install pip
include_role:
name: ensure-pip
- name: Install Python dependencies
become: true
pip: