From 6d9fdc7e311703351b7b858a9289be44fdcb56fe Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 1 Oct 2024 00:54:29 +0530 Subject: [PATCH] ignore ignore-errors --- .ansible-lint | 1 + .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 7422d3f3..4901f82f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -10,3 +10,4 @@ skip_list: - no-handler - risky-octal - args[module] + - ignore-errors diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 313f030e..bfe20634 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -17,7 +17,7 @@ jobs: if: failure() uses: ansible/ansible-lint@v24.9.2 with: - args: "--fix" + args: --fix - name: Check ansible lint diff and undo if: failure()