24 lines
554 B
YAML
24 lines
554 B
YAML
sudo: required
|
|
language: ruby
|
|
|
|
env:
|
|
- ANSIBLE_VERSION=2.2.3.0
|
|
- ANSIBLE_VERSION=2.3.3.0
|
|
- ANSIBLE_VERSION=2.4.3.0
|
|
- ANSIBLE_VERSION=2.5.0.0
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
script:
|
|
- kitchen conv bind-debian-9
|
|
- kitchen conv bind-debian-9 | grep changed=0
|
|
- kitchen verify bind-debian-9
|
|
- kitchen conv bind-zones-subset-debian-9
|
|
- kitchen conv bind-zones-subset-debian-9 | grep changed=0
|
|
- kitchen verify bind-zones-subset-debian-9
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|