Update to 2021-05-10 20:00

master
Daniel Berteaud 3 years ago
parent 7dfc2fbf4c
commit af16386274
  1. 4
      roles/bookstack/defaults/main.yml

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: 21.04.3
bookstack_version: 21.04.4
# 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: 80d71597456018288e028f3485f31785b306aa29
bookstack_archive_sha1: 9703f9e2ccaf65b0df7c736912f8ebf6daf2fdff
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

Loading…
Cancel
Save