Merge pull request #2 from kosssi/remove-dependency

Remove geerlingguy.apache dependency from Travis CI testing.
This commit is contained in:
Jeff Geerling 2014-06-03 08:06:50 -05:00
commit c5f332d387
2 changed files with 0 additions and 4 deletions

View File

@ -15,9 +15,6 @@ install:
# Add ansible.cfg to pick up roles path.
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
# Install required dependencies.
- ansible-galaxy install geerlingguy.apache
script:
# Check the role/playbook's syntax.
- "ansible-playbook -i tests/inventory tests/$SITE --syntax-check"

View File

@ -2,5 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- geerlingguy.apache
- ansible-role-php