mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Merge pull request #2 from kosssi/remove-dependency
Remove geerlingguy.apache dependency from Travis CI testing.
This commit is contained in:
commit
c5f332d387
@ -15,9 +15,6 @@ install:
|
|||||||
# Add ansible.cfg to pick up roles path.
|
# Add ansible.cfg to pick up roles path.
|
||||||
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
|
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
|
||||||
|
|
||||||
# Install required dependencies.
|
|
||||||
- ansible-galaxy install geerlingguy.apache
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Check the role/playbook's syntax.
|
# Check the role/playbook's syntax.
|
||||||
- "ansible-playbook -i tests/inventory tests/$SITE --syntax-check"
|
- "ansible-playbook -i tests/inventory tests/$SITE --syntax-check"
|
||||||
|
@ -2,5 +2,4 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.apache
|
|
||||||
- ansible-role-php
|
- ansible-role-php
|
||||||
|
Loading…
Reference in New Issue
Block a user