collab: Force install commands to use python2

This commit is contained in:
Timo Makinen 2021-03-30 14:46:51 +00:00
parent e21753a7c8
commit a7f22619f9
2 changed files with 4 additions and 2 deletions

View file

@ -67,12 +67,14 @@
pip:
name: ["{{ srcdir }}/graphingwiki", "{{ srcdir }}/collabbackend"]
umask: "0022"
executable: pip2
extra_args: --egg --no-index
- name: install moin
pip:
name: "{{ srcdir }}/moin-{{ moin_version }}"
umask: "0022"
executable: pip2
extra_args: --no-index
- name: create group collab