ansible/.drone.yml
otthorn 42074b31c5
Some checks reported errors
continuous-integration/drone/push Build encountered an error
simplify the drone config wiht the newly built image
2021-02-16 16:40:27 +01:00

12 lines
147 B
YAML

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