openoakland / OakCrime-Decommissioned

Code supporting citizen analysis of crime in Oakland, CA
22 stars 16 forks source link

Lint and test ansible roles with molecule #47

Closed adborden closed 5 years ago

adborden commented 5 years ago

This refactors the ansible playbooks and adds molecule for linting and testing.

Molecule focuses on testing roles, not playbooks, so we want to move all of our tasks to the role and then our playbook will just specify our role. Currently, the role is empty, so the tests aren't testing very much :)