Skip to content

Commit 6f0e1f4

Browse files
authored
Merge pull request #152 from abikouo/fix_ansible_list_issues_20250127
CI - fix ansible-lint issues
2 parents 06ce2ce + f768345 commit 6f0e1f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.config/ansible-lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ skip_list:
88
- no-handler # Tasks that run when changed should likely be handlers.
99
- no-changed-when # Commands should not change things if nothing needs doing.
1010
exclude_paths:
11+
- .ansible/
1112
- tests/integration

.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- uses: ansible-network/github_actions/.github/actions/checkout_dependency@main
1818

1919
- name: run-ansible-lint
20-
uses: ansible/ansible-lint@v24.7.0
20+
uses: ansible/ansible-lint@v24.12.2

0 commit comments

Comments
 (0)