ansible-role-djangoapp/.drone.yml

13 lines
222 B
YAML

---
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 -x "" -w ""