From 793f7fc6aa893f3666c5a6349f5b33363dc48db7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 14 Jun 2021 09:00:04 +0200 Subject: [PATCH] Update to 2021-06-14 09: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 a93b173..2e284d6 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: 21.05.1 +bookstack_version: 21.05.2 # 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: 9f98aed8ca85b4fefe800d9d455178b233fed271 +bookstack_archive_sha1: 717ef24a56701b7520ebef2b1a65241902af9e1e # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True