From 2834642cb7d9cde0a0a665819cef2b9079dc7a04 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 30 Jan 2024 13:01:28 +0000 Subject: [PATCH] Use strict linting --- .github/workflows/infra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index cb7244b..976ea11 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -33,7 +33,7 @@ jobs: - name: Ansible lint run: | - ansible-lint infra/**/*playbook.yaml + ansible-lint -s -x args[module] infra/**/*playbook.yaml - name: Check playbooks run: |