Skip to content

Commit

Permalink
feat: use default jdk (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils authored Aug 23, 2024
1 parent 09df12d commit 318c468
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions playbooks/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
# individual JDK installation
- name: jdk
vars:
jdk_version:
type: 'openjdk'
major_version: 8
url: 'https://api.adoptium.net/v3/binary/latest/8/ga/linux/x64/jdk/hotspot/normal/eclipse'
filename: 'jdk-latest.tar.gz'
checksum: 'sha256:4c6056f6167fae73ace7c3080b78940be5c87d54f5b08894b3517eed1cbb2c06'
cacerts_path: 'jre/lib/security/cacerts'
use_proxy: true
proxy_env: "{{ env_vars }}"

# create a self signed certificate to allow for HTTPS
- name: self_signed_cert
Expand Down

0 comments on commit 318c468

Please sign in to comment.