diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index a7e0848c453..582c3aa794b 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -89,9 +89,9 @@ There are various ways to find existing issues and pull requests (PRs) Tools for Validating Playbooks ****************************** -- `Ansible Lint `_ - the official, highly configurable best-practices linter for Ansible playbooks, by Ansible. +- `Ansible Lint `_ - a highly configurable linter for Ansible playbooks. - `Ansible Review `_ - an extension of Ansible Lint designed for code review. -- `Molecule `_ is a testing framework for Ansible plays and roles, by Ansible +- `Molecule `_ is a testing framework for Ansible plays and roles. - `yamllint `__ is a command-line utility to check syntax validity including key repetition and indentation issues.