Add ansible-lint configuration file

master
Slavi Pantaleev 2 years ago
parent c1849ae888
commit 3408c710ee

@ -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…
Cancel
Save