azavea / ansible-java

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

Update Molecule configuration and role directory structure #29

Open hectcastro opened 7 years ago

hectcastro commented 7 years ago

The 2.x series of Molecule changed its configuration file format, which is now incompatible with the one used by this role. When upgrading to support the new configuration file format, make use of the molecule init role -r java command to generate a new project scaffold. Determine which parts of the scaffold are worth keeping. From there, get the test suite working again.