We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ce2ce + f768345 commit 6f0e1f4Copy full SHA for 6f0e1f4
.config/ansible-lint.yml
@@ -8,4 +8,5 @@ skip_list:
8
- no-handler # Tasks that run when changed should likely be handlers.
9
- no-changed-when # Commands should not change things if nothing needs doing.
10
exclude_paths:
11
+ - .ansible/
12
- tests/integration
.github/workflows/linters.yml
@@ -17,4 +17,4 @@ jobs:
17
- uses: ansible-network/github_actions/.github/actions/checkout_dependency@main
18
19
- name: run-ansible-lint
20
- uses: ansible/ansible-lint@v24.7.0
+ uses: ansible/ansible-lint@v24.12.2
0 commit comments