Skip to content

Commit

Permalink
use existing hosts-example file
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Mar 18, 2015
1 parent cf7c607 commit 1410796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,5 +7,4 @@ before_install:
install:
- pip install ansible
script:
- echo -e "[box]\\nlocalhost" >hosts
- ansible-playbook -i hosts --syntax-check --list-tasks site.yml
- ansible-playbook -i hosts-example -l localhost --syntax-check --list-tasks site.yml
1 change: 1 addition & 0 deletions hosts-example
@@ -1,2 +1,3 @@
[box]
box.example.com
localhost

0 comments on commit 1410796

Please sign in to comment.