azavea / ansible-java

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

Feature/tnation/openjdk 8 #23

Closed tnation14 closed 6 years ago

tnation14 commented 6 years ago

Install openjdk-8 via PPA on Ubuntu Trusty, and set the default java_major_version to 8. Additionally, update the molecule config so that tests pass.

Testing

Ensure molecule --version is 1.25.0, and run molecule test. Ensure all tests pass.

Fixes #22