From 3c6c605886af50f843d0bed9b85bf6ca3735974a Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Sun, 24 Jan 2016 11:52:39 +0000 Subject: [PATCH] apt role is no longer needed --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e7788b..42373e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"