mention ansible-lint and editor tools that help with playbook development (#51769)

* introduce ansible-lint in playbook docs, mention editors help playbook syntax

Co-Authored-By: samccann <samccann@redhat.com>
This commit is contained in:
Sandra McCann 2019-02-06 15:56:52 -05:00 committed by Alicia Cozine
commit 2c0897caf2
2 changed files with 42 additions and 14 deletions

View file

@ -83,6 +83,7 @@ There are various ways to find existing issues and pull requests (PRs)
- `PR by File <https://ansible.sivel.net/pr/byfile.html>`_ - shows a current list of all open pull requests by individual file. An essential tool for Ansible module maintainers.
- `jctanner's Ansible Tools <https://github.com/jctanner/ansible-tools>`_ - miscellaneous collection of useful helper scripts for Ansible development.
.. _validate-playbook-tools:
******************************
Tools for Validating Playbooks