Update to 2022-04-27 10:00

This commit is contained in:
Daniel Berteaud
2022-04-27 10:00:09 +02:00
parent e083d9e49e
commit ee24f19034
4 changed files with 6 additions and 5 deletions

View File

@@ -60,7 +60,7 @@
get_url:
url: "{{ ampache_zip_url }}"
dest: "{{ ampache_root_dir }}/tmp/"
checksum: "sha1:{{ ampache_zip_sha1 }}"
checksum: "sha256:{{ ampache_zip_sha256 }}"
- name: Extract ampache archive
unarchive: