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