mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user