mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-02-14 00:52:03 +01:00
Remove geerlingguy.apache dependency
This commit is contained in:
parent
d3b619e07f
commit
b35e8c777e
@ -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"
|
||||
|
@ -2,5 +2,4 @@
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- geerlingguy.apache
|
||||
- ansible-role-php
|
||||
|
Loading…
Reference in New Issue
Block a user