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: Mention current release branch (1.16)

This commit is contained in:
A Holt 2022-04-20 16:00:18 -04:00 committed by GitHub
parent d2ba21248d
commit 1fb41333ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }} (0775, ~103 MB)
get_url:
url: "{{ gitea_download_url }}"
dest: "{{ gitea_install_path }}" # e.g. /library/gitea/bin/gitea-1.15
dest: "{{ gitea_install_path }}" # e.g. /library/gitea/bin/gitea-1.16
mode: 0775
timeout: "{{ download_timeout }}"