diff --git a/.ansible-lint b/.ansible-lint index e40297c81..94dc18de7 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -43,6 +43,7 @@ skip_list: - experimental - name[template] # https://ansible-lint.readthedocs.io/rules/name/ - var-naming[no-role-prefix] # We do believe, that our naming which exceeds this rules requirements is sound + - yaml[line-length] # # Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is # # mentioned in the enable_list: diff --git a/.yamllint b/.yamllint index 195ad0ecf..da84dcac9 100644 --- a/.yamllint +++ b/.yamllint @@ -30,9 +30,9 @@ rules: key-duplicates: enable # 160 chars was the default used by old E204 rule, but # you can easily change it or disable in your .yamllint file. - # line-length: disable - line-length: - max: 170 + line-length: disable + # line-length: + # max: 160 new-line-at-end-of-file: enable new-lines: type: unix