Update to 2022-03-15 15:00

This commit is contained in:
Daniel Berteaud
2022-03-15 15:00:07 +01:00
parent 9f0d84a006
commit b9d7ee0d76
10 changed files with 114 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.16.3
gitea_version: 1.16.4
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: ae6af3a29aa2e7420fb7dc7f57e417b079d1d587387bb76f7193b7bf9716df26
gitea_bin_sha256: 49f2469a7aabe3f5dc432b2c967e2d2c6c5c4fad6aae4c1ab4197ebbd159ddd1
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True