mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +02:00
10 lines
282 B
YAML
10 lines
282 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Compress previous version
|
||
|
command: tar cf {{ kimai_root_dir }}/archives/{{ kimai_current_version }}.tar.zst ./ --use-compress-program=zstd
|
||
|
args:
|
||
|
chdir: "{{ kimai_root_dir }}/archives/{{ kimai_current_version }}"
|
||
|
environment:
|
||
|
ZSTD_CLEVEL: 10
|
||
|
tags: kimai
|