From 83cdd60e27f0f39d8e2292b7b0ebac318a06155d Mon Sep 17 00:00:00 2001 From: Otthorn Date: Sun, 7 Feb 2021 17:32:02 +0100 Subject: [PATCH] Ansible-lint every file, not just playbooks --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 416e400..58679a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,5 +15,5 @@ steps: commands: - apk add --no-cache gcc libc-dev libffi-dev openssl-dev - pip install ansible-lint==4.3.7 - - ansible-lint *.yml + - ansible-lint ...