Update to 2022-03-24 13:00

This commit is contained in:
Daniel Berteaud
2022-03-24 13:00:15 +01:00
parent caf2b5ab89
commit 7a692c3e44
5 changed files with 14 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
get_url:
url: "{{ mvn_archive_url }}"
dest: "{{ mvn_root_dir }}/tmp/"
checksum: sha1:{{ mvn_archive_sha1 }}
checksum: sha256:{{ mvn_archive_sha256 }}
- name: Extract maven archive
unarchive: