From 073fb21bcb4781a319a698d5cb4d5bb53bbeaafa Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Wed, 9 Jan 2013 13:41:14 +0100 Subject: [PATCH] Document that task includes are now infinite depth --- docsite/rst/playbooks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/playbooks.rst b/docsite/rst/playbooks.rst index 9efd27e750c..b2cf63748c6 100644 --- a/docsite/rst/playbooks.rst +++ b/docsite/rst/playbooks.rst @@ -335,9 +335,9 @@ Variables passed in can then be used in the included files. You can reference t the vars section are also available for use here as well.) .. note:: - Task include statements are only usable one-level deep. - This means task includes can not include other - task includes. This may change in a later release. + As of 1.0, task include statements can be used at arbitrary depth. + They were previously limited to a single level, so task includes + could not include other files containing task includes. Includes can also be used in the 'handlers' section, for instance, if you want to define how to restart apache, you only have to do that once for all