Update to 2020-10-02 10:00

master
Daniel Berteaud 4 years ago
parent d91f3eca86
commit 29d946e50d
  1. 4
      roles/gitea/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to install # Version to install
gitea_version: 1.12.4 gitea_version: 1.12.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: 136b258bbfd911c3b3269437bfe8c86224e1428c59e3db9634c97ad4ca8c4b67 gitea_bin_sha256: 8ed8bff1f34d8012cab92943214701c10764ffaca102e311a3297edbb8fce940
# 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