mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
11 lines
288 B
YAML
11 lines
288 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Compress previous version
|
||
|
command: tar cf {{ pim_root_dir }}/archives/{{ pim_current_version }}.tar.zst ./ --use-compress-program=zstd
|
||
|
args:
|
||
|
chdir: "{{ pim_root_dir }}/archives/{{ pim_current_version }}"
|
||
|
warn: False
|
||
|
environment:
|
||
|
ZSTD_CLEVEL: 10
|
||
|
tags: pim
|