ansible/.drone.yml

12 lines
149 B
YAML
Raw Normal View History

2020-06-20 22:49:42 +02:00
---
name: playbook
kind: pipeline
type: docker
steps:
- name: lint
2021-07-31 22:41:30 +02:00
image: cytopia/ansible-lint:latest
2020-06-20 22:49:42 +02:00
commands:
- ansible-lint -x305,403,701