Add yaml line length warning to ansible-lint configuration skip

This commit is contained in:
Stanislas Lange 2025-02-19 16:55:33 +01:00
parent e8595c4167
commit a633f76efc
No known key found for this signature in database

View file

@ -1,2 +1,4 @@
skip_list: skip_list:
- "106" # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern' - "106" # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern'
warn_list:
- yaml[line-length]