ansible-role-nmgfitness/.drone.yml

12 lines
209 B
YAML
Raw Permalink Normal View History

2021-08-31 17:56:05 +00:00
---
kind: pipeline
type: exec
name: default
steps:
- name: install dependencies
commands:
- dnf install -y python3 findutils
- pip3 install -U ansible-lint
- name: lint check
commands:
- ansible-lint