From 55ae4a47b121f329ec608fe333f49fd988752562 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 2 Mar 2021 11:00:08 +0100 Subject: [PATCH] Update to 2021-03-02 11: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 36a7ec5..acacd60 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.4 +appsmith_version: 1.4.1 # 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: 968129f5af813a85087ab096055c740f90318395 +appsmith_archive_sha1: e8dd05a5b2ee1e213ecfbd7a01c315f193eceb52 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith