From 7e874bc0d0f696e21428c30899485a6e8e7a8cc5 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 19 Sep 2020 12:00:06 +0200 Subject: [PATCH] Update to 2020-09-19 12:00 --- roles/funkwhale/tasks/archive_post.yml | 2 ++ roles/funkwhale/tasks/install.yml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/funkwhale/tasks/archive_post.yml b/roles/funkwhale/tasks/archive_post.yml index 0df9dfe..511f786 100644 --- a/roles/funkwhale/tasks/archive_post.yml +++ b/roles/funkwhale/tasks/archive_post.yml @@ -5,5 +5,7 @@ args: chdir: "{{ funkwhale_root_dir }}/archives/{{ funkwhale_current_version }}" warn: False + environment: + ZSTD_CLEVEL: 10 tags: funkwhale diff --git a/roles/funkwhale/tasks/install.yml b/roles/funkwhale/tasks/install.yml index 24360dc..1c3b484 100644 --- a/roles/funkwhale/tasks/install.yml +++ b/roles/funkwhale/tasks/install.yml @@ -104,7 +104,6 @@ - pip - virtualenv - service_identity - state: latest virtualenv: "{{ funkwhale_root_dir }}/venv" virtualenv_command: /bin/virtualenv-3 virtualenv_python: /bin/python3 @@ -115,7 +114,6 @@ - name: Install python modules in the virtualenv pip: requirements: "{{ funkwhale_root_dir }}/api/requirements.txt" - state: latest virtualenv: "{{ funkwhale_root_dir }}/venv" virtualenv_command: /bin/virtualenv-3 virtualenv_python: /bin/python3