ansible-role-djangoapp/.drone.yml
Jens Timmerman 7619e3d828
Some checks failed
continuous-integration/drone Build is failing
added drone file
2021-08-31 11:59:42 +02:00

13 lines
210 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