mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
gitea/tasks/install.yml: timeout: 10 -> 200 (for get_url from dl.gitea.io)
This commit is contained in:
parent
51e5dee408
commit
ca8da5c8eb
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
url: "{{ gitea_download_url }}"
|
url: "{{ gitea_download_url }}"
|
||||||
dest: "{{ gitea_install_path }}"
|
dest: "{{ gitea_install_path }}"
|
||||||
mode: '0775'
|
mode: '0775'
|
||||||
|
timeout: "{{ download_timeout }}"
|
||||||
when: internet_available
|
when: internet_available
|
||||||
|
|
||||||
- name: Download Gitea GPG signature
|
- name: Download Gitea GPG signature
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue