Add ensure-pip role to functional jobs

Change-Id: Idcead2d24fd30d950130a6f1f121beac039e656f
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2020-07-16 10:34:10 -05:00
parent f00916a0a9
commit e8caaac6b4
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3

View File

@ -13,6 +13,9 @@
--- ---
- hosts: primary - hosts: primary
tasks: tasks:
- name: Ensure pip
include_role:
name: ensure-pip
- name: Override images - name: Override images
include_role: include_role:
name: override-images name: override-images