From 009f2648d2e8a5dd64f3ad70478f6f41df56f239 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 12 May 2021 19:00:09 +0200 Subject: [PATCH] Update to 2021-05-12 19:00 --- roles/appsmith/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index c28832b..424501c 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.4.9 +appsmith_version: 1.5 # URL of the source archive appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz # sha1sum of the archive -appsmith_archive_sha1: 2272b086c43301cfd24027e0e7b1e6f428fd0a04 +appsmith_archive_sha1: 84a86b5bbe35f5eff14b2e437b50a4a10e1ae8d8 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith