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