Update to 2021-05-17 12:00

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

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

Loading…
Cancel
Save