mschuchard / linter-ansible-linting

ansible-lint linter for pulsar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it seems to provide warnings about missing named tasks but doesn't detect real errors

larsf opened this issue · comments

Adding this to my playbook does not result in an error:

kljlkjlkj;lkj;lkjj

  • block:

This linter leverages ansible-lint for style warnings. If you want to lint for syntax errors, then you want to use linter-ansible-syntax to leverage ansible's syntax linting.