mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
309 B
YAML
11 lines
309 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Compress previous version
|
||
|
command: tar cf {{ penpot_root_dir }}/archives/{{ penpot_current_version }}.tar.zst --use-compress-program=zstd ./
|
||
|
args:
|
||
|
chdir: "{{ penpot_root_dir }}/archives/{{ penpot_current_version }}"
|
||
|
environment:
|
||
|
ZSTD_CLEVEL: 10
|
||
|
ZSTD_NBTHREADS: 0
|
||
|
tags: penpot
|