-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
Description
If this role runs on Debian it will install the latest version of Oracle JDK due to state=latest
For RedHat it will install whatever version is defined in defaults or someone changes the variables to another specific version.
I like to provide a change here as pull request.
Either
- the role will also for RedHat get the latest version installed by default
or - it stays as it is now, but when an additional variable is set, it will change the default variables to reflect the latest available version. (
oracle_java_latest = True
)