Pre-commit hook fixes
Some checks failed
Wiki Resources Sanity Checks / ruff-checks (push) Failing after 1s

This commit is contained in:
2026-05-19 00:57:57 -07:00
parent 5fdb2f0e18
commit 06f0853f44
3 changed files with 6 additions and 9 deletions

View File

@@ -1,13 +1,8 @@
---
repos: repos:
- repo: https://github.com/ansible/ansible-lint - repo: https://github.com/ansible/ansible-lint
rev: v26.4.0 rev: v26.4.0
hooks: hooks:
- id: ansible-lint - id: ansible-lint
name: ansible-lint files: ^ansible/
description: Run ansible-lint on playbooks entry: ansible-lint ansible/
entry: ansible-lint pass_filenames: false
args:
- ansible
language: python
files: ^ansible/.*$

3
ansible/.ansible-lint Normal file
View File

@@ -0,0 +1,3 @@
---
skip_list:
- trailing-spaces

View File

@@ -14,4 +14,3 @@
ansible.builtin.debug: ansible.builtin.debug:
msg: "Rebooting host now" msg: "Rebooting host now"
notify: Reboot Host notify: Reboot Host