1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-28 16:13:25 +02:00
2022-02-18 16:00:06 +01:00

11 lines
298 B
YAML

---
- name: Compress previous version
command: tar cf {{ pgweb_root_dir }}/archives/{{ pgweb_current_version }}.tar.zst --use-compress-program=zstd ./
args:
chdir: "{{ pgweb_root_dir }}/archives/{{ pgweb_current_version }}"
warn: False
environment:
ZSTD_CLEVEL: 10
tags: pgweb