Skip to content

Commit

Permalink
fix: Increase URL Download Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Aug 29, 2023
1 parent ae13560 commit 59fd27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
url: "https://www.amok.am/files/releases/exifsorter-{{ amok_exifsorter.version }}.tar.bz2"
dest: "{{ download_dir_on_remote_host }}/amok_exifsorter/exifsorter-{{ amok_exifsorter.version }}.tar.bz2"
checksum: "{{ amok_exifsorter.checksum }}"
timeout: 60
register: amok_exifsorter_installer

- name: Clean destination folder if needed
Expand Down

0 comments on commit 59fd27c

Please sign in to comment.