From 98b50440e4e04953349e2989ba45305838355452 Mon Sep 17 00:00:00 2001 From: saibotk Date: Sun, 14 Mar 2021 14:08:15 +0100 Subject: [PATCH] CI: Add ansible-lint version output --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72e2216..fa00dd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ stages: ansible-lint: stage: lint script: + - ansible-lint --version - ansible-lint -f codeclimate *.yml > ansible-lint-report.json artifacts: reports: