10 lines
267 B
YAML
Raw Normal View History

2022-01-25 15:00:05 +01:00
---
- name: Compress previous version
command: tar cf {{ es_root_dir }}/archives/{{ es_current_version }}.tar.zst ./ --use-compress-program=zstd
args:
chdir: "{{ es_root_dir }}/archives/{{ es_current_version }}"
environment:
ZSTD_CLEVEL: 15
tags: es