opencollab: Move to python3
This commit is contained in:
parent
4892acc8fc
commit
5197fb0ff7
1 changed files with 3 additions and 2 deletions
|
@ -6,16 +6,17 @@
|
|||
state: installed
|
||||
with_items:
|
||||
- git
|
||||
- python2
|
||||
- python3
|
||||
|
||||
- name: copy package
|
||||
git:
|
||||
dest: /usr/local/src/opencollab
|
||||
repo: "https://github.com/graphingwiki/opencollab.git"
|
||||
version: python3
|
||||
|
||||
- name: install package
|
||||
pip:
|
||||
name: /usr/local/src/opencollab
|
||||
umask: "0022"
|
||||
executable: pip2
|
||||
executable: pip3
|
||||
extra_args: --no-index
|
||||
|
|
Loading…
Add table
Reference in a new issue