Update to 2022-04-29 11:00

This commit is contained in:
Daniel Berteaud
2022-04-29 11:00:10 +02:00
parent ed77591a35
commit 17cd763bf4
30 changed files with 619 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Compress previous version
command: tar cf {{ squashtm_root_dir }}/archives/{{ squashtm_current_version }}.tar.zst --use-compress-program=zstd ./
args:
chdir: "{{ squashtm_root_dir }}/archives/{{ squashtm_current_version }}"
warn: False
environment:
ZSTD_CLEVEL: 10
ZSTD_NBTHREADS: 0
tags: squashtm
- name: Remove archive dir
file: path={{ squashtm_root_dir }}/archives/{{ squashtm_current_version }} state=absent
tags: squashtm