mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Add ansible-lint configuration file
This commit is contained in:
parent
c1849ae888
commit
3408c710ee
14
.config/ansible-lint.yml
Normal file
14
.config/ansible-lint.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
use_default_rules: true
|
||||
|
||||
skip_list:
|
||||
- unnamed-task
|
||||
- no-handler
|
||||
- no-jinja-nesting
|
||||
- schema
|
||||
- var-naming
|
||||
- command-instead-of-shell
|
||||
- role-name
|
||||
|
||||
offline: false
|
Loading…
Reference in New Issue
Block a user