Skip to content

Commit

Permalink
ignore ignore-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 30, 2024
1 parent 17faa0c commit 6d9fdc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ skip_list:
- no-handler
- risky-octal
- args[module]
- ignore-errors
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: failure()
uses: ansible/[email protected]
with:
args: "--fix"
args: --fix

- name: Check ansible lint diff and undo
if: failure()
Expand Down

0 comments on commit 6d9fdc7

Please sign in to comment.