From f07772b74b92dc80db42f2a7321cef604c6162b0 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 28 Aug 2012 20:27:08 -0400 Subject: [PATCH] update playbook example --- examples/playbooks/nested_playbooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbooks/nested_playbooks.yml b/examples/playbooks/nested_playbooks.yml index 28b3647279..3d43608a02 100644 --- a/examples/playbooks/nested_playbooks.yml +++ b/examples/playbooks/nested_playbooks.yml @@ -18,7 +18,7 @@ # and this is how we include another playbook, be careful and # don't recurse infinitely or anything. Note you can't use -# any variables here. +# any variables in the include path here. - include: intro_example.yml