Commit 2383a820 by Ralph Tice

changed role path template to read all vars instead of just extra_vars

parent 2fe25f19
......@@ -151,7 +151,7 @@ class Play(object):
has_dict = {}
for role_path in roles:
orig_path = template(self.basedir,role_path,self.playbook.extra_vars)
orig_path = template(self.basedir,role_path,self.vars)
if type(orig_path) == dict:
# what, not a path?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment