opencollab: Move to python3

This commit is contained in:
Timo Makinen 2021-10-04 15:14:58 +00:00
parent 4892acc8fc
commit 5197fb0ff7

View file

@ -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