mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
ITPLT-2313 allow passing atl_jdk_tgz the url of the adoptium tgz else use installer
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
- name: Unpack the product packages to like /usr/lib/jvm/jdk-something
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "/tmp/{{ atl_jdk_tgz | basename }}"
|
||||
src: "/tmp/{{ atl_jdk_tgz_url | basename }}"
|
||||
dest: "/usr/lib/jvm"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
|
||||
Reference in New Issue
Block a user