mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
ITPLT-2313 allow passing atl_jdk_tgz the url of the adoptium tgz else use installer
This commit is contained in:
@@ -42,6 +42,13 @@
|
||||
link: "/usr/lib/jvm/java"
|
||||
name: "java_sdk"
|
||||
path: "{{ atl_tgz_unpacked.files[0].path }}"
|
||||
priority: 98
|
||||
|
||||
- name: Ensure common JAVA symlink exists
|
||||
community.general.alternatives:
|
||||
link: "/bin/java"
|
||||
name: "java"
|
||||
path: "/usr/lib/jvm/java/bin/java"
|
||||
priority: 99
|
||||
|
||||
when: atl_jdk_tgz_url
|
||||
|
||||
Reference in New Issue
Block a user