ansible-roles/roles/pgweb/tasks/archive_post.yml
2022-12-27 12:00:12 +01:00

10 lines
282 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 }}"
environment:
ZSTD_CLEVEL: 10
tags: pgweb