浏览代码

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


正在加载...
取消
保存