ansible/.drone.yml

13 lines
179 B
YAML
Raw Normal View History

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