mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-08 00:18:15 +03:00
16 lines
294 B
YAML
16 lines
294 B
YAML
---
|
|
sudo: required
|
|
language: python
|
|
services:
|
|
- docker
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
install:
|
|
- pip3 install -r requirements.txt
|
|
- ansible --version
|
|
- molecule --version
|
|
script:
|
|
- molecule lint
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|