Update to 2021-02-11 00:00

master
Daniel Berteaud 3 years ago
parent ff8cd29863
commit 2dfdf66d0c
  1. 1
      roles/appsmith/tasks/archive_pre.yml
  2. 7
      roles/appsmith/tasks/install.yml

@ -16,6 +16,7 @@
- server
- client
- etc
- meta
delegate_to: "{{ inventory_hostname }}"
tags: appsmith

@ -37,6 +37,11 @@
path: /usr/lib/jvm/{{ appsmith_jre11_version.stdout | trim }}
tags: appsmith
- name: Stop the service during upgrade
service: name=appsmith-server state=stopped
when: appsmith_install_mode == 'upgrade'
tags: appsmith
- when: appsmith_install_mode != 'none'
block:
@ -59,7 +64,7 @@
compress: False
delete: True
delegate_to: "{{ inventory_hostname }}"
- name: Compile the server
command: /opt/maven/apache-maven/bin/mvn -DskipTests clean package
args:

Loading…
Cancel
Save