mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
10 lines
302 B
YAML
10 lines
302 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Compress previous version
|
||
|
command: tar cf {{ bookstack_root_dir }}/archives/{{ bookstack_current_version }}.tar.zst ./ --use-compress-program=zstd
|
||
|
args:
|
||
|
chdir: "{{ bookstack_root_dir }}/archives/{{ bookstack_current_version }}"
|
||
|
environment:
|
||
|
ZSTD_CLEVEL: 10
|
||
|
tags: bookstack
|