File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Requirements
7777 - Windows: tarball
7878 - 17
7979 - 21
80+ - 25
8081 - ** Supported oracle java version** :
8182 - 7
8283 - 8
@@ -256,15 +257,15 @@ ansible-galaxy install lean_delivery.java
256257
257258Example Playbook
258259----------------
259- ### Installing OpenJDK 17 from openjdk-fallback (default role behaviour):
260+ ### Installing OpenJDK 25 from openjdk-fallback (default role behaviour):
260261
261262``` yaml
262263- name : Install openjdk java
263264 hosts : all
264265
265266 roles :
266267 - role : lean_delivery.java
267- java_major_version : 17
268+ java_major_version : 25
268269` ` `
269270
270271### Installing OpenJDK 17 from repositories:
Original file line number Diff line number Diff line change 22 hosts : localhost
33 roles :
44 - role : ansible-role-java
5- transport : repositories
6- java_major_version : 21
5+ java_major_version : 25
You can’t perform that action at this time.
0 commit comments