1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

gitea/tasks/install.yml: Clarify painfully slow download e.g. https://dl.gitea.io/gitea/1.14/gitea-1.14-linux-amd64

This commit is contained in:
A Holt 2021-05-19 11:46:29 -04:00 committed by GitHub
parent a857af952c
commit 4ac845ca0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,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 }}
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }} (~103 MB, CAN TAKE 20 MIN)
get_url:
url: "{{ gitea_download_url }}"
dest: "{{ gitea_install_path }}"