rockylinux-ostree-config/bootserver/roles/robertdebock.dhcpd/.travis.yml

30 lines
343 B
YAML
Raw Normal View History

2022-06-06 10:11:09 +00:00
---
#
# 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