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