From 203b05c5b5e76d4a8549eae0fd6af5939f62d212 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 7 Mar 2022 10:00:06 +0100 Subject: [PATCH] Update to 2022-03-07 10: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 791a044..4f05697 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.6.13 +appsmith_version: 1.6.14 # 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: 404512bc7d332ccb809e6ded5dc693b4fa03426e282b7c5ed862caa10b26c781 +appsmith_archive_sha256: c056c2782ac947e93b3f88234b672ca1aa4ac52e6614665f7b53159c8c81c92b # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith