Update to 2021-08-25 11:00

master
Daniel Berteaud 3 years ago
parent c53c533d9e
commit 326cb70ccb
  1. 4
      roles/diagrams/defaults/main.yml
  2. 2
      roles/n8n/defaults/main.yml

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 14.9.3
diagrams_version: 14.9.9
# 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: 9d351ba93aacf4ed33e60998c864e494676c4cf0
diagrams_war_sha1: 09f636db21c6e71e1f837ee07b5cf6f9ff0e174d
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 0.130.0
n8n_version: 0.135.1
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run

Loading…
Cancel
Save