👷 do not ansible-lint the vault and fix useless rules

This commit is contained in:
otthorn 2021-02-16 14:45:45 +01:00
parent 5e784ff569
commit def64380e6
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -6,6 +6,5 @@ rules:
max: 120
level: warning
document-start:
ignore: |
/groups_var/all/vault.yml
ignore: group_vars/all/vault.yml
...