rockylinux-ostree-config/bootserver/roles/robertdebock.dhcpd/.travis.yml
Richard Arends 00e6636813 First
2022-06-06 12:11:09 +02:00

30 lines
343 B
YAML

---
#
# Ansible managed
#
language: python
os: linux
dist: xenial
python:
- "3.9"
services:
- docker
cache:
- pip
install:
- pip install --upgrade pip
- pip install ansible ansible-lint yamllint
script:
- yamllint .
- ansible-lint
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
email: false