ITPLT-2313 allow passing atl_jdk_tgz the url of the adoptium tgz else use installer

This commit is contained in:
bmeehan
2022-11-16 15:56:09 +11:00
parent 944f32df1e
commit 2291e1a8ca

View File

@@ -20,7 +20,7 @@
- name: Unpack the product packages to like /usr/lib/jvm/jdk-something - name: Unpack the product packages to like /usr/lib/jvm/jdk-something
ansible.builtin.unarchive: ansible.builtin.unarchive:
remote_src: true remote_src: true
src: "/tmp/{{ atl_jdk_tgz | basename }}" src: "/tmp/{{ atl_jdk_tgz_url | basename }}"
dest: "/usr/lib/jvm" dest: "/usr/lib/jvm"
owner: "root" owner: "root"
group: "root" group: "root"