ansible/.drone.yml

13 lines
172 B
YAML
Raw Normal View History

2020-06-20 22:49:42 +02:00
---
name: playbook
kind: pipeline
type: docker
steps:
- name: lint
image: alpine:latest
commands:
- apk add git ansible ansible-lint
- ansible-lint -x305,403,701