mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03: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"
|
link: "/usr/lib/jvm/java"
|
||||||
name: "java_sdk"
|
name: "java_sdk"
|
||||||
path: "{{ atl_tgz_unpacked.files[0].path }}"
|
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
|
priority: 99
|
||||||
|
|
||||||
when: atl_jdk_tgz_url
|
when: atl_jdk_tgz_url
|
||||||
|
|||||||
Reference in New Issue
Block a user