web-data-analysis: pip is pip3

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-10-28 08:33:02 -07:00
parent 1736849caa
commit 1cd00567f2

View file

@ -125,7 +125,7 @@
- web-data
- name: install mirrors-countme from git checkout
command: "pip install --no-index --no-deps /srv/countme/mirrors-countme"
command: "pip3 install --no-index --no-deps /srv/countme/mirrors-countme"
when: "gitcountme is changed"
tags:
- web-data