afsmon: install python3-pip

Production servers don't have pip installed by default; this is hidden
by gate testing because nodepool nodes do.  Install it for afsmon.

Change-Id: If18ce8c7afb6899f2b6628852e716e63808fc403
changes/13/707313/1
Ian Wienand 3 years ago
parent 97c4735129
commit 301514286b

@ -9,6 +9,7 @@
- name: Install dependency packages
package:
name:
- python3-pip
- python3-pbr
- python3-statsd
- python3-prettytable

Loading…
Cancel
Save