mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-13 00:40:19 +01:00
12 lines
No EOL
294 B
YAML
12 lines
No EOL
294 B
YAML
---
|
|
language: python
|
|
python: "2.7"
|
|
env:
|
|
- SITE=test.yml
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
install:
|
|
- pip install ansible==1.5.0
|
|
script:
|
|
- ansible-playbook -i tests/inventory tests/$SITE --syntax-check
|
|
- ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo |