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