13 lines
172 B
YAML
13 lines
172 B
YAML
dist: bionic
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- ansible-lint
|
|
|
|
script:
|
|
- ansible-lint **/*.yml
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|