Skip to content

Commit

Permalink
Attempt to correct jdk version for Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
j-simmons-phd committed Oct 25, 2024
1 parent f6e3043 commit 9377384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@
- install_doctools

vars:
jdk_version: 2:1.11-72
jdk_version: 2:1.21-75
graphviz_version_expected: "dot - graphviz version 2.50.0 (20211204.2007)"

tasks:
- name: Install JDK
apt:
name: "default-jdk={{ jdk_version }}"
name: "default-jdk={{ jdk_version }}+exp1"
update_cache: yes
- name: Get JDK Version
shell: java --version | grep -m 1 -i openjdk
Expand Down

0 comments on commit 9377384

Please sign in to comment.