Add basic CI pipeline
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-03-30 14:01:59 +02:00
parent c37e46b9dd
commit eeeaafd970

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: ansible
steps:
- name: ansible check
image: plugins/ansible:3
settings:
check: true