From 8b00e683d95b56c7fb4d7dbb87afbac472fa6217 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 22 Apr 2021 11:03:03 +0200 Subject: [PATCH] add task role path to ansible-lint --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b8e35cd..cf05136 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: cytopia/ansible-lint commands: - - ansible-lint + - ansible-lint tasks/main.yml - name: markdown linting image: 06kellyjac/markdownlint-cli commands: