From a91eee358cc992ecfa68d482e8a8e65c4ed7c57f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 17 Jul 2015 00:45:33 -0400 Subject: [PATCH] fixed title underline length --- docsite/rst/playbooks_best_practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_best_practices.rst b/docsite/rst/playbooks_best_practices.rst index 4347c4841f6..343d4bcc22d 100644 --- a/docsite/rst/playbooks_best_practices.rst +++ b/docsite/rst/playbooks_best_practices.rst @@ -288,7 +288,7 @@ keep the OS configuration in separate playbooks from the app deployment. .. _staging_vs_production: Staging vs Production -+++++++++++++++++++ ++++++++++++++++++++++ As also mentioned above, a good way to keep your staging (or testing) and production environments separate is to use a separate inventory file for staging and production. This way you pick with -i what you are targeting. Keeping them all in one file can lead to surprises!