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:
commit
49e5dc46ce
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue