ansible-roles/roles/funkwhale/tasks/archive_post.yml

11 lines
303 B
YAML

---
- name: Compress previous version
command: tar cf {{ funkwhale_root_dir }}/archives/{{ funkwhale_current_version }}.tar.zst --use-compress-program=zstd ./
args:
chdir: "{{ funkwhale_root_dir }}/archives/{{ funkwhale_current_version }}"
environment:
ZSTD_CLEVEL: 10
tags: funkwhale