how do I skip a special rule by id for all tasks? #1694
Answered
by
webknjaz
braindevices
asked this question in
Q&A
-
for example for E204, I tried
Does not work at all.
does not help either, always show:
|
Beta Was this translation helpful? Give feedback.
Answered by
webknjaz
Aug 10, 2021
Replies: 1 comment 3 replies
-
Try $ ansible-lint -x line-length playbook.yml Ref: https://ansible-lint.readthedocs.io/en/stable/rules.html#excluding-rules |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
webknjaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
$ ansible-lint -x line-length playbook.yml
Ref: https://ansible-lint.readthedocs.io/en/stable/rules.html#excluding-rules