Skip to content

Commit

Permalink
Merge pull request #153 from redhat-cop/patchback/backports/stable-3/…
Browse files Browse the repository at this point in the history
…6f0e1f49a5adeb3ae83c9f2d120e55e1c1ced1a0/pr-152

[PR #152/6f0e1f49 backport][stable-3] CI - fix ansible-lint issues
  • Loading branch information
abikouo authored Jan 28, 2025
2 parents 52ec57f + 2dce02a commit 9db5f4b
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 9db5f4b

Please sign in to comment.