Update to 2022-12-27 12:00

This commit is contained in:
Daniel Berteaud
2022-12-27 12:00:12 +01:00
parent 2ffea0d4cb
commit 1a24e65c5b
48 changed files with 7 additions and 72 deletions

View File

@@ -6,5 +6,4 @@
ZST_CLEVEL: 10
args:
chdir: "{{ appsmith_root_dir }}/archives/{{ appsmith_current_version }}"
warn: False
tags: appsmith

View File

@@ -13,8 +13,6 @@
- name: Detect exact JRE version
command: rpm -q java-11-openjdk
args:
warn: False
changed_when: False
register: appsmith_jre11_version
tags: appsmith