From d4426e41d26ed3a74e80a3dc9d86863dcbbdf434 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 21 Apr 2021 09:00:05 +0200 Subject: [PATCH] Update to 2021-04-21 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 328feee..b04000e 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: 21.04 +bookstack_version: 21.04.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: 0ca38397f9286e151645416c934169d0dd61d81e +bookstack_archive_sha1: 2305880bd4334fe9441424194d92d4c339814633 # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True