web-data-analysis: pip is pip3
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1736849caa
commit
1cd00567f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue