Add ensure-pip to osh-gate-runner for addons

This change adds the ensure-pip task to the gate-runner in order
to ensure that the various jobs we run will have pip by default.

Change-Id: I0a045a3e12ede8480d47a79dc60789be4a7054d3
This commit is contained in:
Gage Hugo 2020-07-28 16:44:45 -05:00
parent 5b33307fd5
commit 74af2d0d75
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
- hosts: primary
tasks:
- name: Ensure pip
include_role:
name: ensure-pip
- name: Run gate scripts
include_role:
name: osh-run-script