From ae810d3318bee0e2e0f14f7b4f8f9c4c28f5a6c1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 5 May 2013 13:44:23 -0400 Subject: [PATCH] update role example --- examples/playbooks/roletest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbooks/roletest.yml b/examples/playbooks/roletest.yml index 46ee13da7d2..df2b25cb80c 100644 --- a/examples/playbooks/roletest.yml +++ b/examples/playbooks/roletest.yml @@ -49,7 +49,7 @@ # add as many roles as you like, roles takes a list of roles names # these paths can be qualified, but if bare, it will look from them in - # roles/$rolename relative to the playbook + # roles/{{rolename}} relative to the playbook # explicit tasks and handlers can be used, but are not required. # they will run after the roles if present.