You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
498 B
13 lines
498 B
5 years ago
|
---
|
||
|
|
||
|
- name: Compress previous version
|
||
|
command: tar cJf {{ bitwarden_root_dir }}/archives/{{ bitwarden_current_version }}+{{ bitwarden_web_current_version }}.txz ./
|
||
|
args:
|
||
|
warn: False
|
||
|
chdir: "{{ bitwarden_root_dir }}/archives/{{ bitwarden_current_version }}+{{ bitwarden_web_current_version }}"
|
||
|
tags: bitwarden
|
||
|
|
||
|
- name: Remove archive dir
|
||
|
file: path={{ bitwarden_root_dir }}/archives/{{ bitwarden_current_version }}+{{ bitwarden_web_current_version }} state=absent
|
||
|
tags: bitwarden
|