From 1f176475b4f8dd29dbda2e5862e521a69697dd3c Mon Sep 17 00:00:00 2001 From: Guillaume Mella Date: Thu, 27 Oct 2016 09:39:46 +0200 Subject: [PATCH] apply comment feedback and leave only typo fix --- docsite/rst/playbooks_best_practices.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/playbooks_best_practices.rst b/docsite/rst/playbooks_best_practices.rst index 14351383ff..c67feb95f0 100644 --- a/docsite/rst/playbooks_best_practices.rst +++ b/docsite/rst/playbooks_best_practices.rst @@ -27,8 +27,8 @@ Directory Layout The top level of the directory would contain files and directories like so:: - production # inventory file for production servers (or directory that contains hosts.yml) - staging # inventory file for staging environment (or directory that contains hosts.yml) + production # inventory file for production servers + staging # inventory file for staging environment group_vars/ group1 # here we assign variables to particular groups