From 4572d9ccd776b88a2fc4f3f9ae5215962652f37d Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 30 Oct 2018 18:54:10 +0000 Subject: [PATCH] ansible-lint and molecule part of Red Hat (#47826) --- docs/docsite/rst/community/other_tools_and_programs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 322a2f8a0b7..3c0dad31659 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -87,9 +87,9 @@ There are various ways to find existing issues and pull requests (PRs) Tools for Validating Playbooks ****************************** -- `Ansible Lint `_ - widely used, highly configurable best-practices linter for Ansible playbooks. +- `Ansible Lint `_ - the official, highly configurable best-practices linter for Ansible playbooks, by Ansible. - `Ansible Review `_ - an extension of Ansible Lint designed for code review. -- `Molecule `_ is a testing framework for Ansible plays and roles. +- `Molecule `_ is a testing framework for Ansible plays and roles, by Ansible - `yamllint `__ is a command-line utility to check syntax validity including key repetition and indentation issues.