Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Jul 1, 2015
1 parent a5cea56 commit ac748fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,4 +34,4 @@ script:
- "ansible-playbook -i travis/travis-ansible-inventory ansible/single-server.yml --syntax-check"

# Run the role/playbook with ansible-playbook.
- "ansible-playbook -i travis/travis-ansible-inventory -v travis/single-server-travis.yml --connection=local --sudo --skip-tags=has-hostname,non-local,firewall,database"
- "ansible-playbook -i travis/travis-ansible-inventory -v ansible/travis-server.yml --connection=local --sudo --skip-tags=has-hostname,non-local,firewall,database"
@@ -1,6 +1,6 @@
---

# This playbook installs all roles on a single server
# This playbook installs all roles on a single server in trvais

- hosts: webserver
sudo: true
Expand Down

0 comments on commit ac748fa

Please sign in to comment.