mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1020: We need a JRE symlink too.
This commit is contained in:
@@ -8,13 +8,20 @@
|
||||
name:
|
||||
- openjdk-{{ java_major_version }}-jdk-headless
|
||||
|
||||
- name: Ensure common symlink exists
|
||||
- name: Ensure common JDK symlink exists
|
||||
alternatives:
|
||||
link: "/usr/lib/jvm/java"
|
||||
name: "java_sdk"
|
||||
path: "/usr/lib/jvm/java-8-openjdk-amd64"
|
||||
priority: 99
|
||||
|
||||
- name: Ensure common JRE symlink exists
|
||||
alternatives:
|
||||
link: "/usr/lib/jvm/jre"
|
||||
name: "jre"
|
||||
path: "/usr/lib/jvm/java-8-openjdk-amd64/jre"
|
||||
priority: 99
|
||||
|
||||
when: atl_use_system_jdk
|
||||
tags:
|
||||
- runtime_pkg
|
||||
|
||||
Reference in New Issue
Block a user