Open
Description
It would be great to checking module for syntax errors after each change. To do this we should:
- create tests playbook (
tests/test.yml
) - add and configure
.travis.yml
for running command likeansible-playbook --syntax-check tests/test.yml --list-tasks
- add badge to README.md
@see https://servercheck.in/blog/testing-ansible-roles-travis-ci-github
Activity