From a5a0ab6b533ae1b54c06730e37b00e6a88c9bc9a Mon Sep 17 00:00:00 2001 From: Mikael Zayenz Lagerkvist Date: Thu, 21 Feb 2013 09:40:42 +0100 Subject: [PATCH] Fixed file-path in comment from examples.yml to intro_example.yml. --- examples/playbooks/intermediate_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbooks/intermediate_example.yml b/examples/playbooks/intermediate_example.yml index 1ee124046d3..e0cd209ef06 100644 --- a/examples/playbooks/intermediate_example.yml +++ b/examples/playbooks/intermediate_example.yml @@ -1,5 +1,5 @@ --- -# see examples.yml first! +# see intro_example.yml first! # This file explains some more advanced features of playbooks. # because of the comments it's less concise than it normally is. But feel # free to comment your playbooks if you like.