--- - 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