Remove geerlingguy.apache dependency

This commit is contained in:
Simon Constans 2014-06-03 14:57:47 +02:00
parent d3b619e07f
commit b35e8c777e
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