From 98fb3f55251994dc6ee7343069656c1205e5d701 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 3 Jun 2021 19:00:06 +0200 Subject: [PATCH] Update to 2021-06-03 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 599a5b0..a507fc4 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.5.3 +appsmith_version: 1.5.3.2 # 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: aa9f39e62f70c46d0c80a5a82b35ddfe6a88d1de +appsmith_archive_sha1: 635144c7ca80aa2641bc2bb8dacc1d13955b008f # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith