diff --git a/.drone.yml b/.drone.yml index e6ff5fc..eb3471d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ type: docker steps: - name: lint - image: alpine:latest + image: cytopia/ansible-lint:latest commands: - - apk add git ansible ansible-lint - ansible-lint -x305,403,701