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
|
state: installed
|
||||||
with_items:
|
with_items:
|
||||||
- git
|
- git
|
||||||
- python2
|
- python3
|
||||||
|
|
||||||
- name: copy package
|
- name: copy package
|
||||||
git:
|
git:
|
||||||
dest: /usr/local/src/opencollab
|
dest: /usr/local/src/opencollab
|
||||||
repo: "https://github.com/graphingwiki/opencollab.git"
|
repo: "https://github.com/graphingwiki/opencollab.git"
|
||||||
|
version: python3
|
||||||
|
|
||||||
- name: install package
|
- name: install package
|
||||||
pip:
|
pip:
|
||||||
name: /usr/local/src/opencollab
|
name: /usr/local/src/opencollab
|
||||||
umask: "0022"
|
umask: "0022"
|
||||||
executable: pip2
|
executable: pip3
|
||||||
extra_args: --no-index
|
extra_args: --no-index
|
||||||
|
|
Loading…
Add table
Reference in a new issue