From 5c41750d1a28fd8ef5468f43312e94b91c1778b7 Mon Sep 17 00:00:00 2001 From: VC Date: Tue, 10 Sep 2024 08:37:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7:=20add=20ansible-lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27f1860..3163d37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,3 +5,9 @@ yamllint: image: registry.gitlab.com/pipeline-components/yamllint:latest script: - yamllint . + +ansible_lint: + stage: test + image: pipelinecomponents/ansible-lint + script: + - ansible-lint --show-relpath