Skip to content

Commit

Permalink
Changed .travis.yml and added ansible.cfg so that TravisCI uses role …
Browse files Browse the repository at this point in the history
…dependencies.
  • Loading branch information
mtpereira committed May 25, 2015
1 parent 4619980 commit 20d2d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ install:
- pip install ansible==1.6.9
script:
- echo localhost > inventory
- mkdir -p ~/roles/
- ansible-galaxy install -r requirements.yml
- ansible-playbook -i inventory -e nodejs_install_method=binary test.yml --syntax-check
- ansible-playbook -i inventory -e nodejs_install_method=binary test.yml --connection=local --sudo
- >
Expand Down
2 changes: 2 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[defaults]
roles_path = ~/roles/

0 comments on commit 20d2d7d

Please sign in to comment.