diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-05-05 19:44:06 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-05-05 19:44:06 +0200 |
commit | a911afaaf23d253454efffeb27abaab47c1ea953 (patch) | |
tree | b616fc4b3bb90ce42ce7d1c31f1e70ba33e80c1c /examples | |
parent | Update register_logic example (diff) | |
download | ansible-a911afaaf23d253454efffeb27abaab47c1ea953.tar.xz ansible-a911afaaf23d253454efffeb27abaab47c1ea953.zip |
update roletest example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/playbooks/roletest2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |