Update to 2022-05-02 15:00

This commit is contained in:
Daniel Berteaud
2022-05-02 15:00:11 +02:00
parent 25870ef6bb
commit 4c35e20b21
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
get_url:
url: "{{ sftpgo_archive_url }}"
dest: "{{ sftpgo_root_dir }}/tmp/"
checksum: sha1:{{ sftpgo_archive_sha1 }}
checksum: sha256:{{ sftpgo_archive_sha256 }}
- name: Create tmp dir
file: path={{ sftpgo_root_dir }}/tmp/{{ sftpgo_version }} state=directory