mschuchard / linter-ansible-linting

ansible-lint linter for pulsar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to recognize NAPALM modules

radikyl07 opened this issue · comments

Linter (1.3.0) throughs error

"This file, an include, or role, has a syntax error. Please fix before continuing linter use"

on playbooks making use of NAPALM's modules i.e. napalm_get_facts. Playbook runs ok. Can linter in the current version identify non-Ansible shipped modules?

was missing "library = <path" in ansible.cfg. linter recognises napalm_* modules now.