mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix multiple var files combining (followup to #36357)
This commit is contained in:
parent
cadbd6ea9c
commit
2e62e36590
2 changed files with 23 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue