2018-01-10 23:46:32 +01:00
|
|
|
---
|
2018-04-13 11:11:39 +02:00
|
|
|
sudo: required
|
2019-08-03 12:53:21 +02:00
|
|
|
language: python
|
2018-04-14 00:24:09 +02:00
|
|
|
services:
|
|
|
|
- docker
|
2019-10-13 20:23:35 +02:00
|
|
|
env:
|
|
|
|
- scenario: default
|
|
|
|
- scenario: stable_push
|
|
|
|
- scenario: template_module
|
|
|
|
- scenario: unit
|
2018-04-14 00:24:09 +02:00
|
|
|
before_install:
|
2019-08-03 12:53:21 +02:00
|
|
|
- sudo apt-get -qq update
|
|
|
|
install:
|
|
|
|
- pip install molecule[docker]
|
2018-01-10 23:46:32 +01:00
|
|
|
script:
|
2019-10-13 20:23:35 +02:00
|
|
|
- molecule test -s $scenario
|
2018-01-10 23:46:32 +01:00
|
|
|
notifications:
|
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|