oracle-java icon indicating copy to clipboard operation
oracle-java copied to clipboard

Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.

Results 15 oracle-java issues
Sort by recently updated
recently updated
newest added

I have used this vars to install java 11 in centos7 and the rpm is not downloaded, the downloaded file is an ASCII file so I think the logic of...

Hello, When I run my playbook using this role, it succeed on my Ubuntu's virtual machine, but, it fails on my Debian 9.4 Stretch VM. The error message is as...

Hello! Ansible task `download Java RPM` returns `HTTP 404 Not Found`. Looks like Oracle.com looks not only cookies for checking fact accepts the license.

``` TASK [oracle-java : install RPM] *********************************************** task path: /deployment-bigdata/roles/oracle-java/tasks/installation/redhat/main.yml:25 fatal: [mymachine]: FAILED! => { "changed": false, "module_stderr": "Shared connection to mymachine closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File...

Seems like following step or the one before is leaving the dpkg lock file behind. ``` amazon-ebs: TASK [ansiblebit.oracle-java : debian | ensure the apt repository key is present] ***...

this PR replaces #60

Would be great if jre or even better jre-server would be supported. Most of the time JDK is not necessary and you're better off running the smaller executables.

enhancement

this playbook do not set JAVA_HOME environment variables.

wontfix

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...

question

Currently I observe message like the following during run: ``` [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|changed` instead use `result is changed`. This feature will...

enhancement