From 0ab511e3aa2611c78b5d392d28303fd417af350f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 13 Dec 2022 12:00:11 +0100 Subject: [PATCH] Update to 2022-12-13 12:00 --- roles/diagrams/defaults/main.yml | 4 ++-- roles/diagrams/templates/sysconfig.j2 | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/diagrams/defaults/main.yml b/roles/diagrams/defaults/main.yml index 0f2377a..8322c92 100644 --- a/roles/diagrams/defaults/main.yml +++ b/roles/diagrams/defaults/main.yml @@ -1,11 +1,11 @@ --- # Veresion of diagrams to deploy -diagrams_version: 20.6.0 +diagrams_version: 20.6.2 # URL of the WAR file to deploy diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war # Expected sha256 of the WAR file -diagrams_war_sha256: 6e4e7aa5b97582bb0d2e7f4c9ad4a3569862cc054cef6ffc91ba8f443e46ea62 +diagrams_war_sha256: 6d5f5e92bdd7b1913dac5d07957bbcbfc39efc660374ee355875f0ae4b889f7b # root directory of the installation diagrams_root_dir: /opt/diagrams # Should ansible manage upgrades, or just initial install ? diff --git a/roles/diagrams/templates/sysconfig.j2 b/roles/diagrams/templates/sysconfig.j2 index 5a15e03..0cbcec9 100644 --- a/roles/diagrams/templates/sysconfig.j2 +++ b/roles/diagrams/templates/sysconfig.j2 @@ -1,3 +1,4 @@ CATALINA_BASE="{{ diagrams_root_dir }}" CATALINA_HOME="{{ diagrams_root_dir }}" CATALINA_TMPDIR="{{ diagrams_root_dir }}/tmp" +ENABLE_DRAWIO_PROXY=1