mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
# .ansible-lint
|
|
exclude_paths:
|
|
- ~/.ansible/roles/xanmanning.k3s
|
|
skip_list:
|
|
- yaml[indentation]
|
|
- yaml[line-length]
|
|
warn_list:
|
|
- command-instead-of-module
|
|
- command-instead-of-shell
|
|
- unnamed-task
|