Add drone file
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Adrien Reslinger 2020-05-31 14:23:20 +02:00
parent 2b481880d0
commit e36a68ac85

12
.drone.yml Normal file
View file

@ -0,0 +1,12 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: geerlingguy/docker-ubuntu1804-ansible:testing
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"