From cc8f19fe857818c707b41a0b84a9c4a70e082cc3 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Thu, 30 Mar 2023 14:32:08 +0200 Subject: [PATCH] Remove the need for ansible lint config Signed-off-by: Noah Knegt --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 48c0ea7..7f232d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: ansible lint image: cytopia/ansible-lint:alpine commands: - - ansible-lint -c .ansible-lint.yml . + - ansible-lint . - name: ansible apply image: plugins/ansible:3