From b1c0fcc90ad1c88ae2942d928e2dce5b91d6f5df Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 2 Mar 2022 13:00:05 +0100 Subject: [PATCH] Update to 2022-03-02 13:00 --- roles/bookstack/defaults/main.yml | 4 ++-- roles/bookstack/tasks/install.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index 512831e..e44b1bc 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: '22.02.1' +bookstack_version: '22.02.2' # 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: af2e816a3b78058f97de167c36560f2d3fa7cb4c680221a0f9d0a0b7a39fcd52 +bookstack_archive_sha256: 7b7345c342bf665a2277ebaa9deead56010660606246d7b0b2d15119dcedf05f # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True diff --git a/roles/bookstack/tasks/install.yml b/roles/bookstack/tasks/install.yml index a08f2f0..cad46db 100644 --- a/roles/bookstack/tasks/install.yml +++ b/roles/bookstack/tasks/install.yml @@ -59,6 +59,7 @@ executable: /bin/php{{ bookstack_php_version }} environment: php: /bin/php{{ bookstack_php_version }} + notify: restart bookstack-queue tags: bookstack