From a911afaaf23d253454efffeb27abaab47c1ea953 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 5 May 2013 13:44:06 -0400 Subject: [PATCH] update roletest example --- examples/playbooks/roletest2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbooks/roletest2.yml b/examples/playbooks/roletest2.yml index e22a8d9248..29be1b5510 100644 --- a/examples/playbooks/roletest2.yml +++ b/examples/playbooks/roletest2.yml @@ -43,7 +43,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.