updated ansible-lint config

This commit is contained in:
AnsibleGuy 2022-08-14 15:34:48 +02:00
parent 53ffdd9fe5
commit f1ead6e770
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ skip_list:
- 'no-handler'
- '503' # no-handler code
- 'role-name'
- '106'
- 'ignore-errors'
- 'yaml'
- '204' # line length => checked by yamllint