|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
# Version to install |
|
|
|
|
gitea_version: 1.14.6 |
|
|
|
|
gitea_version: 1.15.0 |
|
|
|
|
# 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: 20cc0a89421695320b077c9fe4f16996f03aaf9d24f661f8d2255794551c849b |
|
|
|
|
gitea_bin_sha256: 4789c7b9f0610102129ced87a4977386e493a67383eebad80cfce66b42a6f2cc |
|
|
|
|
# Handle updates. If set to false, ansible will only install |
|
|
|
|
# Gitea and then won't touch an existing installation |
|
|
|
|
gitea_manage_upgrade: True |
|
|
|
|