Browse Source

Add ansible-lint configuration file

pull/1948/head
Slavi Pantaleev 3 years ago
parent
commit
3408c710ee
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      .config/ansible-lint.yml

+ 14
- 0
.config/ansible-lint.yml View 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…
Cancel
Save