ansible-role-base/.drone.yml
Adrien b65195e0e9
All checks were successful
continuous-integration/drone/push Build is passing
Update drone pipeline type
2020-07-10 22:48:04 +02:00

12 lines
377 B
YAML

---
kind: pipeline
type: kubernetes
name: default
steps:
- name: lint
image: quay.io/adrilinux/ansible:latest
commands:
- ansible-lint ./
# - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-playbook --syntax-check --list-tasks"
# - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-lint"