1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2649 from holta/gitea-download-timeout

gitea/tasks/install.yml: timeout: 10 -> 200 (for get_url from dl.gitea.org)
This commit is contained in:
A Holt 2020-11-27 09:23:00 -05:00 committed by GitHub
commit 49e5dc46ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@
url: "{{ gitea_download_url }}"
dest: "{{ gitea_install_path }}"
mode: '0775'
timeout: "{{ download_timeout }}"
when: internet_available
- name: Download Gitea GPG signature