1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #3623 from ralph-tice/fix_3567_2

changed role path template to read all vars instead of just extra_vars
This commit is contained in:
Michael DeHaan 2013-08-06 13:26:59 -07:00
commit 99775176ff

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?