|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
# Version to install |
|
|
|
|
gitea_version: 1.14.3 |
|
|
|
|
gitea_version: 1.14.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: 50c25c094ae109f49e276cd00ddc48a0a240b7670e487ae1286cc116d4cdbcf2 |
|
|
|
|
gitea_bin_sha256: e1ce2fadcf6561cb2543b44b9f1382d6ce4be29ed8edd6d9d7080a218aa114b0 |
|
|
|
|
# Handle updates. If set to false, ansible will only install |
|
|
|
|
# Gitea and then won't touch an existing installation |
|
|
|
|
gitea_manage_upgrade: True |
|
|
|
|