mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
This commit is contained in:
@@ -286,6 +286,8 @@ class Play(Base, Taggable, Become):
|
||||
def get_vars_files(self):
|
||||
if self.vars_files is None:
|
||||
return []
|
||||
elif not isinstance(self.vars_files, list):
|
||||
return [self.vars_files]
|
||||
return self.vars_files
|
||||
|
||||
def get_handlers(self):
|
||||
|
||||
Reference in New Issue
Block a user