ansible-role-djangoapp/.drone.yml

13 lines
222 B
YAML
Raw Normal View History

2021-08-31 09:59:42 +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:
2021-09-14 07:55:04 +00:00
- ansible-lint -x "" -w ""