add .ansible-lint config with setting to skip yaml line-length check
This commit is contained in:
parent
4060dbbe21
commit
4ff826e508
2
.ansible-lint
Normal file
2
.ansible-lint
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
skip_list:
|
||||||
|
- "yaml[line-length]"
|
Loading…
Reference in a new issue