collab: Force install commands to use python2
This commit is contained in:
parent
e21753a7c8
commit
a7f22619f9
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue