add .ansible-lint config with setting to skip yaml line-length check

This commit is contained in:
June 2024-11-23 02:50:37 +01:00
parent 4060dbbe21
commit 4ff826e508
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

2
.ansible-lint Normal file
View file

@ -0,0 +1,2 @@
skip_list:
- "yaml[line-length]"