From 887af973779f225b42527cda4a928898177d475c Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 22 Apr 2021 11:03:06 +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: