From cc6a80fa88416dcb5e89c27f4f7b343790146a98 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Tue, 17 Jan 2023 11:28:27 +0100
Subject: [PATCH] .github/workflows/lint.yml: Enable ansible-lint for the whole
 collection

The whole collection is tested with this change. Before it has been
limited to the roles and plugins folder.
---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index c3b484fa..b4d64066 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
           pip install "ansible-core >=2.14,<2.15" ansible-lint
           utils/build-galaxy-release.sh -ki
           cd .galaxy-build
-          ansible-lint roles plugins
+          ansible-lint
 
   yamllint:
     name: Verify yamllint
-- 
GitLab