install python3-pip explicitly.

* zuul gate failing due to pip3 missing, so had to install it explicitly

Change-Id: I8d24cc506d58312f338e3632e97a567b23dc71a1
This commit is contained in:
Sirajudeen 2020-06-24 16:54:34 -05:00
parent 6aaceb1e7f
commit 1fd55a7abd

View File

@ -15,6 +15,7 @@
- name: Install python setuptools
apt:
name:
- python3-pip
- python3-setuptools
state: present
become: yes