Update to 2020-09-19 12:00

master
Daniel Berteaud 4 years ago
parent c1cb8e316b
commit 7e874bc0d0
  1. 2
      roles/funkwhale/tasks/archive_post.yml
  2. 2
      roles/funkwhale/tasks/install.yml

@ -5,5 +5,7 @@
args: args:
chdir: "{{ funkwhale_root_dir }}/archives/{{ funkwhale_current_version }}" chdir: "{{ funkwhale_root_dir }}/archives/{{ funkwhale_current_version }}"
warn: False warn: False
environment:
ZSTD_CLEVEL: 10
tags: funkwhale tags: funkwhale

@ -104,7 +104,6 @@
- pip - pip
- virtualenv - virtualenv
- service_identity - service_identity
state: latest
virtualenv: "{{ funkwhale_root_dir }}/venv" virtualenv: "{{ funkwhale_root_dir }}/venv"
virtualenv_command: /bin/virtualenv-3 virtualenv_command: /bin/virtualenv-3
virtualenv_python: /bin/python3 virtualenv_python: /bin/python3
@ -115,7 +114,6 @@
- name: Install python modules in the virtualenv - name: Install python modules in the virtualenv
pip: pip:
requirements: "{{ funkwhale_root_dir }}/api/requirements.txt" requirements: "{{ funkwhale_root_dir }}/api/requirements.txt"
state: latest
virtualenv: "{{ funkwhale_root_dir }}/venv" virtualenv: "{{ funkwhale_root_dir }}/venv"
virtualenv_command: /bin/virtualenv-3 virtualenv_command: /bin/virtualenv-3
virtualenv_python: /bin/python3 virtualenv_python: /bin/python3

Loading…
Cancel
Save