azavea / ansible-java

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

Add Molecule Test Support for Ubuntu 16.04 #19

Closed tnation14 closed 7 years ago

tnation14 commented 7 years ago

Add Molecule support for Ubuntu 16.04, which does not include Python 2 (an Ansible dependency) by default.

Testing

Run molecule create --platform=xenial64 to create a testing VM and switch the default testing platform to Ubuntu 16.04. This is done to address a known molecule bug. Then run molecule test and ensure all tests pass.

tnation14 commented 7 years ago

Made some changes, please take another look.

hectcastro commented 7 years ago

👍