From 4e9ff21f03065c6f8518a38f998e85eb80363d46 Mon Sep 17 00:00:00 2001 From: Matthew Durand Date: Tue, 21 Nov 2023 14:09:40 -0800 Subject: [PATCH] fix pipeline linting command --- .gitlab-ci.yml | 2 +- buildspec/ansible-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f28ced1..cccffe8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,4 @@ stages: ansible-lint: stage: lint - script: ansible-lint . + script: ansible-lint * diff --git a/buildspec/ansible-lint.yml b/buildspec/ansible-lint.yml index e5bdfdb..b74516c 100644 --- a/buildspec/ansible-lint.yml +++ b/buildspec/ansible-lint.yml @@ -4,4 +4,4 @@ phases: build: commands: - echo Running ansible-lint ... - - ansible-lint . + - ansible-lint *