Merged in bugfix/ITOPSENG-53-java-home-hardcoded (pull request #22)

ITOPSENG-53 remove hardcoded JAVA_HOME for crowd

Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
Geoff Jacobs
2019-09-05 01:52:03 +00:00

View File

@@ -31,7 +31,7 @@
lineinfile:
path: "{{ atl_product_installation_versioned }}/apache-tomcat/bin/setenv.sh"
insertafter: "EOF"
line: 'export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk-1.8.0.201.b09-0.amzn2.x86_64'
line: 'export JAVA_HOME=/usr/lib/jvm/jre-{{ java_version }}-openjdk'
- name: Create application directories
file: