diff --git a/.ansible-lint b/.ansible-lint index fbe20f8..1646c4f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -2,4 +2,6 @@ skip_list: - fqcn - yaml[new-line-at-end-of-file] - yaml[truthy] - - var-naming[no-role-prefix] \ No newline at end of file + - yaml[line-length] + - var-naming[no-role-prefix] + - 'ignore-errors' \ No newline at end of file