소스 검색

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

pull/2784/head
Slavi Pantaleev 3 년 전
부모
커밋
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


불러오는 중...
취소
저장