mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 06:11:30 +00:00
@@ -162,6 +162,8 @@ class Play(Base, Taggable, Become):
|
||||
raise ValueError
|
||||
all_vars = combine_vars(all_vars, item)
|
||||
return all_vars
|
||||
elif ds is None:
|
||||
return {}
|
||||
else:
|
||||
raise ValueError
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user