Merge "install python3-pip explicitly."

This commit is contained in:
Zuul 2020-06-29 14:21:47 +00:00 committed by Gerrit Code Review
commit 8832cb96f8

View File

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