Add a linting workflow

This commit is contained in:
Alexander Gorelyshev
2025-12-04 13:50:54 +04:00
parent da27eccbc2
commit af7e4e7504
2 changed files with 50 additions and 0 deletions

9
.ansible-lint Normal file
View File

@@ -0,0 +1,9 @@
---
profile: production
strict: true
# Enable checking of loop variable prefixes in roles
loop_var_prefix: "^(__|{role}_)"
exclude_paths:
- .github/