mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-05-02 15:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user