Skip to content

Commit 2841d61

Browse files
BHenkemansnickygerritsen
authored andcommitted
added installation of OpenJDK17
1 parent 2570846 commit 2841d61

File tree

1 file changed

+5
-0
lines changed
  • provision-contest/ansible/roles/cds/tasks

1 file changed

+5
-0
lines changed

provision-contest/ansible/roles/cds/tasks/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
# These tasks configure the CDS
33

4+
- name: Install OpenJDK17
5+
apt:
6+
name:
7+
- openjdk-17-jre
8+
49
- name: Get the CDS release
510
uri:
611
url: https://api.github.com/repos/icpctools/icpctools/releases?per_page=1

0 commit comments

Comments
 (0)