diff --git a/.ansible-lint b/.ansible-lint index a68f44f4c..390760f80 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -13,6 +13,6 @@ skip_list: - fqcn-builtins - template-instead-of-copy # to skip over roles/ssl/tasks/copy.yml errors, temporarily. - name[template] # it doesn't like Jinja templates being in the middle of a task name, which seems silly to me. -exclude_paths: - name[casing] # sometimes included Galaxy roles break linting rules and cause failures +exclude_paths: - roles/debian/wazuh/ # imported role uses yes/no instead of true/false so always fails