mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
gitea/tasks/install.yml: Note /library/gitea/bin/gitea-1.15 is ~102MB
This commit is contained in:
parent
53adac868e
commit
56ce56bfa8
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@
|
||||||
msg: "Could not find a binary for the CPU architecture \"{{ ansible_architecture }}\""
|
msg: "Could not find a binary for the CPU architecture \"{{ ansible_architecture }}\""
|
||||||
when: gitea_iset_suffix == "unknown"
|
when: gitea_iset_suffix == "unknown"
|
||||||
|
|
||||||
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }} (0775, ~104 MB)
|
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }} (0775, ~102 MB)
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ gitea_download_url }}"
|
url: "{{ gitea_download_url }}"
|
||||||
dest: "{{ gitea_install_path }}" # e.g. /library/gitea/bin/gitea-1.14
|
dest: "{{ gitea_install_path }}" # e.g. /library/gitea/bin/gitea-1.15
|
||||||
mode: 0775
|
mode: 0775
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue