mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
gitea/tasks/install.yml: Doc ~134MB /library/gitea for #3671
This commit is contained in:
parent
0304f6bd8c
commit
acf125f46d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
msg: "Could not find a binary for the CPU architecture \"{{ ansible_architecture }}\""
|
||||
when: gitea_iset_suffix == "unknown"
|
||||
|
||||
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }} (0775, ~126 MB, SLOW DOWNLOAD CAN TAKE ~15 MIN)
|
||||
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }} (0775, ~134 MB, SLOW DOWNLOAD CAN TAKE ~15 MIN)
|
||||
get_url:
|
||||
url: "{{ gitea_download_url }}"
|
||||
dest: "{{ gitea_install_path }}" # e.g. /library/gitea/bin/gitea-1.21
|
||||
|
|
Loading…
Reference in a new issue