Update to 2021-04-07 20:00

master
Daniel Berteaud 4 years ago
parent 397dab3429
commit ec73f30b52
  1. 4
      roles/gitea/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to install # Version to install
gitea_version: 1.13.6 gitea_version: 1.13.7
# 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: 50fd2eb7a8c180be4ccaa00b7d134c77e811b5ea521ff0af6038946aca0bdee3 gitea_bin_sha256: f1c0d3368d49f544183ec799005e7149fa566e3fd6eca1091d67d75b3f89f716
# 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

Loading…
Cancel
Save