From 03526ec10319de6444540ede370948b0515af4ec Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 25 Oct 2021 19:00:08 +0200 Subject: [PATCH] Update to 2021-10-25 19:00 --- roles/bookstack/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index a5bdadf..dfa8ad7 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: 21.08.6 +bookstack_version: '21.10' # 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: 81a4477588907d02f4ed3004d93fd2d82ed7e299 +bookstack_archive_sha1: 948f7bd8ee36618c0308b110721d220906b16eea # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True