From 42262cb597cddea54bb54fcba246063768276293 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 2 Nov 2021 11:00:05 +0100 Subject: [PATCH] Update to 2021-11-02 11:00 --- roles/bookstack/defaults/main.yml | 4 ++-- roles/diagrams/defaults/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index e26d08d..d591b49 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: '21.10.2' +bookstack_version: '21.10.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: 007481362a0e904c43d015cf16dc9eb40c52c5e0 +bookstack_archive_sha1: 827a981cea9c33e0c892e66bbe1613a7524bdb41 # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True diff --git a/roles/diagrams/defaults/main.yml b/roles/diagrams/defaults/main.yml index 3522029..a2fa1ef 100644 --- a/roles/diagrams/defaults/main.yml +++ b/roles/diagrams/defaults/main.yml @@ -1,11 +1,11 @@ --- # Veresion of diagrams to deploy -diagrams_version: 15.6.2 +diagrams_version: 15.6.5 # URL of the WAR file to deploy diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war # Expected sha1 of the WAR file -diagrams_war_sha1: ac2f203855dce30f01418ded6131f948e8d72206 +diagrams_war_sha1: acaa8fa823717da8d4336800c70edb9733dd9c5d # root directory of the installation diagrams_root_dir: /opt/diagrams # Should ansible manage upgrades, or just initial install ?