👷 do not ansible-lint the vault and fix useless rules
This commit is contained in:
parent
5e784ff569
commit
def64380e6
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
skip_list:
|
||||
- 'no-changed-when'
|
||||
- no-changed-when
|
||||
- load-failure
|
||||
- document-start
|
||||
|
||||
warn_list:
|
||||
- experimental # all rules tagged as experimental
|
||||
|
||||
exclude_paths:
|
||||
- group_vars/all/vault.yml
|
||||
|
|
|
@ -6,6 +6,5 @@ rules:
|
|||
max: 120
|
||||
level: warning
|
||||
document-start:
|
||||
ignore: |
|
||||
/groups_var/all/vault.yml
|
||||
ignore: group_vars/all/vault.yml
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue