From 5ef8f70ec968970925aa9b5f93c1e672d86e883c Mon Sep 17 00:00:00 2001 From: aubin bikouo Date: Wed, 15 Jan 2025 19:03:15 +0100 Subject: [PATCH] add arguments to ansible-lint --- .github/workflows/linters.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 9aa6157686..06adc7f157 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -22,3 +22,5 @@ jobs: - name: run-ansible-lint uses: ansible/ansible-lint@v24.7.0 + with: + args: '--profile production --exclude tests/integration --exclude tests/sanity'