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
This commit is contained in:
Ian Wienand 2020-02-12 16:39:11 +11:00
parent 97c4735129
commit 301514286b
1 changed files with 1 additions and 0 deletions

View File

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