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