Skip to content

Commit

Permalink
fix: ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 committed Dec 10, 2024
1 parent 71ce97e commit e8e4aba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ skip_list:
- package-latest
- fqcn[action]
- fqcn[action-core]
- var-naming[no-role-prefix]
exclude_paths:
- .github/
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
fetch-depth: 0

- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6
uses: ansible/ansible-lint@v24
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.15.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
repos:
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.10.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$

0 comments on commit e8e4aba

Please sign in to comment.