apt role is no longer needed

This commit is contained in:
Matt Willsher 2016-01-24 11:52:39 +00:00
parent 90992da436
commit 3c6c605886

View file

@ -10,8 +10,6 @@ install:
# Add ansible.cfg to pick up roles path.
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
- "ansible-galaxy install willshersystems.apt"
script:
# Check the roles syntax
- "ansible-playbook -i tests/inventory tests/test.yml --syntax-check"