ansible/.drone.yml

13 lines
163 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: check
steps:
- name: yamllint
2021-02-16 16:42:10 +01:00
pull: never
image: aurore-ansible-lint-image
commands:
- ansible-lint
...