You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Role name in Ansible Galaxy: **[srsp.oracle-java](https://galaxy.ansible.com/srs
8
8
9
9
This Ansible role has the following features related to the Oracle JDK:
10
10
11
-
- Install the Oracle JDK in versions 8 to 12.
11
+
- Install the Oracle JDK in versions 8 to 13.
12
12
- Install the optional Java Cryptography Extensions (JCE). [Only needed for any JDK version <= 8u152.](https://bugs.java.com/view_bug.do?bug_id=JDK-8170157)
13
13
- Install for CentOS, Debian/Ubuntu, SUSE, and macOS operating systems.
14
14
@@ -17,7 +17,7 @@ This role is based on [williamyeh.oracle-java](https://github.com/William-Yeh/an
17
17
If you prefer OpenJDK, try [geerlingguy.java](https://galaxy.ansible.com/geerlingguy/java/).
18
18
19
19
## Automatic download from Oracle
20
-
**Attention:** Back in the days this role would download all the JDKs directly from the Oracle site. Oracle cut this possibility step by step. Now you cannot download any version of JDK 8 anymore without Oracle login. For JDK 11 you can only download one older version. JDK 12 can be downloaded at the moment.
20
+
**Attention:** Back in the days this role would download all the JDKs directly from the Oracle site. Oracle cut this possibility step by step. Now you cannot download any version of JDK 8 anymore without Oracle login. For JDK 11 you can only download one older version. JDK 13 can be downloaded at the moment.
21
21
22
22
Since this changes non-deterministically every time Oracle releases a new Java version, you should not rely on it. I recommend downloading the JDK manually and installing it by this role.
23
23
@@ -35,7 +35,7 @@ This will try to download the JDK from Oracle and install it.
35
35
36
36
vars:
37
37
# You should set this:
38
-
- java_version: 12
38
+
- java_version: 13
39
39
# You can omit this (role will then use the latest version it knows):
0 commit comments