ansible-roles/roles/penpot/tasks/archive_post.yml

12 lines
325 B
YAML
Raw Normal View History

2022-01-30 19:00:17 +01:00
---
- 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