mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2022-01-30 19:00
This commit is contained in:
11
roles/penpot/tasks/archive_post.yml
Normal file
11
roles/penpot/tasks/archive_post.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- 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 }}"
|
||||
warn: False
|
||||
environment:
|
||||
ZSTD_CLEVEL: 10
|
||||
ZSTD_NBTHREADS: 0
|
||||
tags: penpot
|
Reference in New Issue
Block a user