mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
azl2 also needs this symlink
This commit is contained in:
@@ -18,6 +18,13 @@
|
|||||||
name: "adoptopenjdk-{{ java_major_version }}-hotspot"
|
name: "adoptopenjdk-{{ java_major_version }}-hotspot"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Ensure common JDK symlink exists
|
||||||
|
alternatives:
|
||||||
|
link: "/usr/lib/jvm/java"
|
||||||
|
name: "java_sdk"
|
||||||
|
path: "/usr/lib/jvm/adoptopenjdk-{{ java_major_version }}-hotspot"
|
||||||
|
priority: 99
|
||||||
|
|
||||||
when: atl_use_system_jdk
|
when: atl_use_system_jdk
|
||||||
tags:
|
tags:
|
||||||
- runtime_pkg
|
- runtime_pkg
|
||||||
|
|||||||
Reference in New Issue
Block a user