We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5704c commit c1033eaCopy full SHA for c1033ea
provision-contest/ansible/roles/cds/tasks/main.yml
@@ -1,6 +1,11 @@
1
---
2
# These tasks configure the CDS
3
4
+- name: Install OpenJDK17
5
+ apt:
6
+ name:
7
+ - openjdk-17-jre
8
+
9
- name: Get the CDS release
10
uri:
11
url: https://api.github.com/repos/icpctools/icpctools/releases?per_page=1
0 commit comments