From 935b3ca388dfb368e3be20a82ed91e0d5967be85 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 27 Jun 2022 10:00:14 +0200 Subject: [PATCH] Update to 2022-06-27 10: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 96ffd52..570e282 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: '22.06' +bookstack_version: '22.06.1' # URL of the arhive bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz # Expected sha256 of the archive -bookstack_archive_sha256: 1c8a8afee7df3e628ff83224bc62a7b5de69689fd67996cf0742e6220bd5e589 +bookstack_archive_sha256: e1a92b3815653342c9eb4e8de8050f8ce32d61d628ce3198ea51ef05effd3e2e # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True