ansible/.drone.yml

12 lines
147 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: check
steps:
- name: yamllint
image: aurore-ansible-lint-image
commands:
- ansible-lint
...