Skip to content

Commit

Permalink
Merge pull request #152 from abikouo/fix_ansible_list_issues_20250127
Browse files Browse the repository at this point in the history
CI - fix ansible-lint issues
  • Loading branch information
abikouo authored Jan 28, 2025
2 parents 06ce2ce + f768345 commit 6f0e1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ skip_list:
- no-handler # Tasks that run when changed should likely be handlers.
- no-changed-when # Commands should not change things if nothing needs doing.
exclude_paths:
- .ansible/
- tests/integration
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: ansible-network/github_actions/.github/actions/checkout_dependency@main

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

0 comments on commit 6f0e1f4

Please sign in to comment.