From b0910b32ec03e7b21e9eb50321244ca72d843707 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 17 May 2021 12:00:06 +0200 Subject: [PATCH] Update to 2021-05-17 12: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 6b85dce..888e323 100644 --- a/roles/bookstack/defaults/main.yml +++ b/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