Add OpenJDK 17

This commit is contained in:
Przemek Grondek 2023-05-16 10:29:46 +02:00
parent 7487f53315
commit 9adbc56334
2 changed files with 9 additions and 0 deletions

View File

@ -2,3 +2,5 @@
- import_tasks: openjdk-8.yml
- import_tasks: openjdk-11.yml
- import_tasks: openjdk-17.yml

View File

@ -0,0 +1,7 @@
---
- name: install openjdk-17 from packages
become: yes
apt:
update_cache: yes
pkg:
- openjdk-17-jdk