This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# .ansible-lint
|
||||
---
|
||||
# Exclude paths from linting
|
||||
exclude_paths:
|
||||
- .cache/
|
||||
- .github/
|
||||
- tests/
|
||||
- molecule/
|
||||
- roles/
|
||||
|
||||
# Enable specific profiles (min, basic, moderate, safety, shared, production)
|
||||
profile: moderate
|
||||
|
||||
warn_list:
|
||||
- skip_this_tag
|
||||
- experimental
|
||||
|
||||
# Set the project directory
|
||||
project_dir: .
|
||||
Reference in New Issue
Block a user