mschuchard / linter-ansible-linting

ansible-lint linter for pulsar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENOENT Error

fia5000 opened this issue · comments

commented

Seeing
spawn ansible-lint ENOENT

That means you have a permissions issue usually. Check to see if the user running Atom has necessary permissions for the directories and files being checked, or has permissions to run ansible-lint itself.

commented

@mschuchard I checked the permissions and they were messed up. I am guessing something got screwed up between Atom beta upgrades. I reset permissions and all works.

Thanks for your help!