check new version
This commit is contained in:
26
.ansible-lint
Normal file
26
.ansible-lint
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
exclude_paths:
|
||||
- .gitea/
|
||||
- .git/
|
||||
|
||||
skip_list:
|
||||
- yaml[line-length]
|
||||
- name[casing]
|
||||
- no-changed-when
|
||||
- command-instead-of-module
|
||||
|
||||
warn_list:
|
||||
- experimental
|
||||
- role-name[path]
|
||||
|
||||
enable_list:
|
||||
- fqcn-builtins
|
||||
- no-log-password
|
||||
- no-same-owner
|
||||
|
||||
kinds:
|
||||
- tasks: "**/tasks/*.yml"
|
||||
- vars: "**/vars/*.yml"
|
||||
- defaults: "**/defaults/*.yml"
|
||||
- handlers: "**/handlers/*.yml"
|
||||
- meta: "**/meta/*.yml"
|
Reference in New Issue
Block a user