summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-05-05 19:44:23 +0200
committerMichael DeHaan <michael@ansibleworks.com>2013-05-05 19:44:23 +0200
commitae810d3318bee0e2e0f14f7b4f8f9c4c28f5a6c1 (patch)
treeb31ea8e7b9e5f9a0c45f8f0ffa41a4cdc68a8f2d /examples
parentupdate roletest example (diff)
downloadansible-ae810d3318bee0e2e0f14f7b4f8f9c4c28f5a6c1.tar.xz
ansible-ae810d3318bee0e2e0f14f7b4f8f9c4c28f5a6c1.zip
update role example
Diffstat (limited to 'examples')
-rw-r--r--examples/playbooks/roletest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/playbooks/roletest.yml b/examples/playbooks/roletest.yml
index 46ee13da7d..df2b25cb80 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.