ソースを参照

Add ansible-lint configuration file

pull/1948/head
Slavi Pantaleev 4年前
コミット
3408c710ee
1個のファイルの変更14行の追加0行の削除
  1. +14
    -0
      .config/ansible-lint.yml

+ 14
- 0
.config/ansible-lint.yml ファイルの表示

@@ -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

読み込み中…
キャンセル
保存