James Tombleson
b7facd7394
Added Sensu Moved default role downloads to ./roles Added unattended-upgrades
17 lines
297 B
YAML
17 lines
297 B
YAML
sudo: required
|
|
language: python
|
|
services: docker
|
|
|
|
cache: pip
|
|
|
|
install:
|
|
- pip install ansible docker
|
|
- ansible-galaxy install -r tests/requirements.yml -p tests/roles/
|
|
|
|
script:
|
|
- ansible --version
|
|
- tests/test.sh
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|