update(gitea): bump version to 1.16.2

This commit is contained in:
transcaffeine 2022-02-27 11:00:18 +01:00
parent b1d9f73b86
commit 1effea434e
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 2 additions and 10 deletions

View File

@ -1,6 +1,6 @@
---
gitea_version: "1.15.6"
gitea_version: "1.16.2"
gitea_user: git
gitea_base_path: "/opt/gitea"
gitea_data_path: "{{ gitea_base_path }}/data"

View File

@ -36,17 +36,9 @@
mode: 0600
register: gitea_user_ssh_key
- name: Create directory to place forwarding script into
file:
path: "/app/gitea"
state: directory
mode: 0770
owner: "{{ gitea_user_res.uid }}"
group: "{{ gitea_user_res.group }}"
- name: Create forwarding script
copy:
dest: "/app/gitea/gitea"
dest: "/usr/local/bin/gitea"
owner: "{{ gitea_user_res.uid }}"
group: "{{ gitea_user_res.group }}"
mode: 0700