Skip to content

Commit

Permalink
Merge pull request #17 from ObolNetwork/fix_ansible_lint
Browse files Browse the repository at this point in the history
fix: ansible lint
  • Loading branch information
apham0001 authored Dec 10, 2024
2 parents 71ce97e + e8e4aba commit 4dd2371
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 4dd2371

Please sign in to comment.