Update to 2022-04-25 10:00

This commit is contained in:
Daniel Berteaud
2022-04-25 10:00:12 +02:00
parent 0224b8a5b2
commit c8b3ef68f8
3 changed files with 4 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
get_url:
url: "{{ vaultwarden_web_archive_url }}"
dest: "{{ vaultwarden_root_dir }}/tmp"
checksum: sha1:{{ vaultwarden_web_archive_sha1 }}
checksum: sha256:{{ vaultwarden_web_archive_sha256 }}
- name: Extract the archive
unarchive:

View File

@@ -8,6 +8,7 @@
tags: always
- include_tasks: archive_pre.yml
when: vaultwarden_install_mode | default('none') == 'upgrade' or vaultwarden_web_install_mode | default('none') == 'upgrade'
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml