ソースを参照

Disable var-naming[no-role-prefix] ansible-lint rule

pull/2784/head
Slavi Pantaleev 2年前
コミット
54412c361d
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      .config/ansible-lint.yml

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

@@ -9,6 +9,7 @@ skip_list:
- schema
- command-instead-of-shell
- role-name
- var-naming[no-role-prefix]
# We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
# before finally dumping it to a file.
- template-instead-of-copy


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