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

This commit is contained in:
Ralph Tice 2013-07-22 09:59:26 -05:00
parent 2fe25f19dc
commit 2383a8205c

View file

@ -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?