Update to 2022-02-15 12:00

This commit is contained in:
Daniel Berteaud
2022-02-15 12:00:10 +01:00
parent 568e2e4afc
commit dc562949e6
6 changed files with 11 additions and 9 deletions

View File

@@ -54,7 +54,7 @@
get_url:
url: "{{ seafile_archive_url }}"
dest: "{{ seafile_root_dir }}/tmp/seafile-server_{{ seafile_version }}_x86-64.tar.gz"
checksum: "sha1:{{ seafile_archive_sha1 }}"
checksum: "sha256:{{ seafile_archive_sha256 }}"
when:
- seafile_install_mode != 'none'
- seafile_license is not defined