updated ansible-lint config

This commit is contained in:
AnsibleGuy 2022-08-13 10:01:08 +02:00
parent b086d6b850
commit 5bbc353270
1 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
---
---
skip_list:
- 'var-naming'
- 'no-handler'
- '503' # no-handler code
- 'role-name'
- 'ignore-errors'
- 'yaml'
- '204' # line length => checked by yamllint