mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix multiple var files combining (followup to #36357)
This commit is contained in:
committed by
Brian Coca
parent
cadbd6ea9c
commit
2e62e36590
@@ -262,7 +262,7 @@ class Role(Base, Become, Conditional, Taggable):
|
||||
data = combine_vars(data, new_data)
|
||||
else:
|
||||
data = new_data
|
||||
return data
|
||||
return data
|
||||
elif main is not None:
|
||||
raise AnsibleParserError("Could not find specified file in role: %s/%s" % (subdir, main))
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user