diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..0f4d2550 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: lint + image: pipelinecomponents/ansible-lint + environment: + http_proxy: http://acng.grote.lan:9999 + DEBIAN_FRONTEND: noninteractive + commands: + - ansible-lint .