From 9f0d84a00680bac9cbb1b523b06828cd69f18ced Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 15 Mar 2022 14:00:17 +0100 Subject: [PATCH] Update to 2022-03-15 14: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 4f05697..d75a62c 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.6.14 +appsmith_version: 1.6.15 # URL of the source archive appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz # sha256sum of the archive -appsmith_archive_sha256: c056c2782ac947e93b3f88234b672ca1aa4ac52e6614665f7b53159c8c81c92b +appsmith_archive_sha256: d44716a456f7b5065632e9f367cfb45153531ce301fc9335e8a81d7be2eae07d # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith