From 2e4e19d742401f59208530159243533d2c058d94 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Wed, 14 Jan 2015 12:51:05 +0000 Subject: [PATCH] Add apt role to travis env --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3c9cae6..505b507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ 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