upgrade to 1.16.2 (#13)
Co-authored-by: meaz <meaz@disroot.org> Reviewed-on: Disroot-Ansible/gitea#13 Reviewed-by: muppeth <muppeth@no-reply@disroot.org> Reviewed-by: antilopa <antilopa@no-reply@disroot.org> Co-authored-by: meaz <meaz@no-reply@disroot.org> Co-committed-by: meaz <meaz@no-reply@disroot.org>
This commit is contained in:
parent
6e592aba49
commit
ae4f58ba49
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ gitea_lib_dir: "/var/lib/gitea"
|
|||
gitea_user: 'git'
|
||||
gitea_group: 'git'
|
||||
gitea_confdir: '/etc/gitea/app.ini'
|
||||
gitea_version: '1.15.8'
|
||||
gitea_version: '1.16.2'
|
||||
|
||||
|
||||
#[CONFIG]
|
||||
|
@ -73,7 +73,7 @@ gitea_service_config:
|
|||
|
||||
gitea_mirror_config:
|
||||
- 'ENABLED = true'
|
||||
|
||||
|
||||
gitea_picture_config:
|
||||
- 'DISABLE_GRAVATAR = true'
|
||||
- 'ENABLE_FEDERATED_AVATAR = true'
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
- name: '[INSTALL] - Download gitea binary'
|
||||
get_url:
|
||||
url: 'https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64'
|
||||
url: 'https://github.com/go-gitea/gitea/releases/download/v{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64'
|
||||
dest: '{{ gitea_bindir }}/gitea'
|
||||
mode: '0750'
|
||||
owner: '{{ gitea_user }}'
|
||||
|
|
Loading…
Reference in a new issue