azavea / ansible-java

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

Update README; use requirements file for dependencies #30

Closed hectcastro closed 6 years ago

hectcastro commented 6 years ago

Molecule made a major release that changed its configuration file format, which makes the configuration file here incompatible. Instead of upgrading the configuration file format now (seems a bit involved), I added a requirements.txt with working Molecule and python-vagrant versions.

I also updated the README to include the updated installation steps.

Resolves https://github.com/azavea/ansible-java/issues/28


Testing

The following steps should allow you to successfully execute the test suite:

virtualenv .env 
$ source .env/bin/activate
(.env) $ pip install -r requirements.txt
(.env) $ molecule test