diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e6ff5fc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- + +name: playbook +kind: pipeline +type: docker + +steps: +- name: lint + image: alpine:latest + commands: + - apk add git ansible ansible-lint + - ansible-lint -x305,403,701