-
I'm having issues to lint my role The issue is the directory structure: The roles for the tests are defined in I'm doing this, as I can't use With ansible-lint 6.10.0 this wasn't an issue: But with ansible-lint 24.2.1, the symlink is traversed multiple times, which leads to an OSError File name too long: So have anybody an idea for a work around? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Okay, I just figured it out, it's so obvious: After excluding the problematic path in exclude_paths:
- testfixtures/roles/mailserver |
Beta Was this translation helpful? Give feedback.
Okay, I just figured it out, it's so obvious: After excluding the problematic path in
tests/.ansible-lint
, everything works as before.