From 53a8f4ac1418990809cd323300b90d3b9423828d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 17 May 2021 13:00:07 +0200 Subject: [PATCH] Update to 2021-05-17 13: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 424501c..efd894c 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.5 +appsmith_version: 1.5.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: 84a86b5bbe35f5eff14b2e437b50a4a10e1ae8d8 +appsmith_archive_sha1: 7cc8ba3b3a95320469e9f4422dff13d133ce5e57 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith