azavea / ansible-java

An Ansible role for installing Java.
Apache License 2.0
4 stars 15 forks source link

Added ability to get latest jdk instead of specific version. #6

Open lossyrob opened 9 years ago

lossyrob commented 9 years ago

This is an attempt to get around the annoying moving target that is the package version number in the apt repository. So if we set version = "latest", we'll just get the latest version of the packages in the apt repository for that major java version.