Update to 2021-09-03 12:00

master
Daniel Berteaud 3 years ago
parent 89a993f4f6
commit d1c336e4aa
  1. 4
      roles/bookstack/defaults/main.yml
  2. 4
      roles/gitea/defaults/main.yml

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: 21.08
bookstack_version: 21.08.1
# URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha1 of the archive
bookstack_archive_sha1: dc32f2117a01224aaa789f7a1d208e0f6969e2fa
bookstack_archive_sha1: 9b36ba2a742ba7c944989e90115769bc10042bee
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

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

Loading…
Cancel
Save