updated ansible-lint config

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

View File

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