From d3aa241a40a0fede98ba3787ae44e12a385c2e0f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 28 Apr 2021 16:00:07 +0200 Subject: [PATCH] Update to 2021-04-28 16: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 b04000e..bcb07a3 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: 21.04.2 +bookstack_version: 21.04.3 # 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: 2305880bd4334fe9441424194d92d4c339814633 +bookstack_archive_sha1: 80d71597456018288e028f3485f31785b306aa29 # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True