Update to 2022-08-31 18:00

This commit is contained in:
Daniel Berteaud
2022-08-31 18:00:16 +02:00
parent c10fd506f3
commit 71ef979f8c
10 changed files with 125 additions and 0 deletions

View File

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