gantsign / ansible-role-maven

Ansible role for installing Apache Maven

Home Page:https://galaxy.ansible.com/gantsign/maven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Molecule to aid development and testing

freemanjp opened this issue · comments

Testing Ansible roles manually with Docker is a bit of a pain; Molecule (http://molecule.readthedocs.io/) makes it easy. It also provides a way to unify local unit testing with the tests ran by Travis CI.

Configure the project for running Molecule and change the Travis CI build to use Molecule.