mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
azl2 also needs this symlink
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
name: "adoptopenjdk-{{ java_major_version }}-hotspot"
|
||||
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
|
||||
tags:
|
||||
- runtime_pkg
|
||||
|
||||
Reference in New Issue
Block a user