mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
12 lines
319 B
YAML
12 lines
319 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 }}"
|
||
|
warn: False
|
||
|
environment:
|
||
|
ZSTD_CLEVEL: 10
|
||
|
tags: funkwhale
|
||
|
|