From ce8c336d526f06f185b3aaaf318670fd07bccc25 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 17 Apr 2018 16:14:40 -0400 Subject: [PATCH] added ref to ansilbe molecule --- docs/docsite/rst/community/other_tools_and_programs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 42f50b8c637..b6408bd9c8c 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -18,3 +18,5 @@ of some of the most popular of these tools. - `Awesome Ansible `_ is a collaboratively curated list of awesome Ansible resources. - `Ansible Inventory Grapher `_ can be used to visually display inventory inheritance hierarchies and at what level a variable is defined in inventory. + +- `Molecule `_ A testing framework for Ansible plays and roles.