From 107784980e8c98742abfe4e7b30433899688779e Mon Sep 17 00:00:00 2001 From: Peter Sankauskas Date: Fri, 6 Jul 2012 11:13:40 -0700 Subject: [PATCH] Issue 135: Updating to reflect reality --- rst/bestpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rst/bestpractices.rst b/rst/bestpractices.rst index 9ae1a4cae30..3ba21711d45 100644 --- a/rst/bestpractices.rst +++ b/rst/bestpractices.rst @@ -66,7 +66,7 @@ when things change, and these are described in :doc:`playbooks`. Including more than one setup file or more than one handlers file is of course legal. -Having playbooks be able to include other playbooks is coming in release 0.5. +Having playbooks be able to include other playbooks is coming in a future release. See Issue 538. Until then, to manage your entire site, simply execute all of your playbooks together, in the order desired. You don't have to do this though. It's fine to select sections of your infrastructure to manage at a single time.