You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/.drone.yml

13 lines
179 B
YAML

---
kind: pipeline
type: docker
name: check
steps:
- name: ansible and yaml linting
pull: never
image: aurore-ansible-lint-image
commands:
- ansible-lint
...