Missing pip package for Ubuntu

Change-Id: I237fd20e4d4b43e9da054dd161f84059613d3080
Closes-Bug: #1892297
This commit is contained in:
ZhongShengping 2020-08-20 11:33:53 +08:00
parent 5cb0f853dc
commit ea99adf85d

View File

@ -96,6 +96,7 @@
- libxslt-dev
- ruby-dev
- zlib1g-dev
- python3-pip
- name: Install Ruby dependencies (Debian)
apt:
@ -110,6 +111,7 @@
- libxslt1-dev
- ruby-dev
- zlib1g-dev
- python3-pip
- block:
- name: Set up puppetlabs repo (Fedora or CentOS/RHEL>=8)