A package that aims to provide robust Ansible
syntax checking / linting functionality for Atom.
As the APM has been discontinued by the Atom Team,
the following installation instructions are now necessary.
-
Navigate to your Atom package directory.
<home>/.atom/packages
-
Clone or Download this repository.
git clone https://github.com/kdeldycke/meta-package-manager
-
Place the retrieved code folder in the
/packages/
folder. -
Execute the following in the folder:
npm install
This package is now in Maintenance Mode.
All feature requests and bug reports in the
GitHub repository issue tracker will receive
a response and possibly be implemented.
Active development however, has ceased.
-
Ansible
2.0+
-
Atom Language-Ansible Package
-
Atom Linter Package
-
The Ansible syntax check only outputs the first error
it encounters, and therefore only the first error in a
playbook will be displayed. -
Only works on playbooks.
If your playbook contains roles and / or includes anywhere
in the playbook, then these will be checked as well. -
To quickly and easily access issues in other files, you will
need to change the settings insideLinter-UI-Default
For
Panel Represents
and / orStatusbar Represents
,
you will need to change their options toEntire Project
.This will allow you to use either display to quickly access
issues in other files by clicking on the displayed information.