From 224cc4c0d48a038f80a14eff49fb76d86c4a2739 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 6 Sep 2021 11:00:07 +0200 Subject: [PATCH] Update to 2021-09-06 11: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 7479648..c791207 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: 21.08.1 +bookstack_version: 21.08.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: 9b36ba2a742ba7c944989e90115769bc10042bee +bookstack_archive_sha1: 6f166c915798921c84305d6269de46df38594965 # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True