The latest Java 8 as of today can be pulled via:
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-x64.rpm"
sudo dnf install jdk-8u161-linux-x64.rpm
Create an Ansible task to install JDK 8.
Useful resources
The latest Java 8 as of today can be pulled via:
Create an Ansible task to install JDK 8.
Useful resources