mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
check type of task explicitly
This commit is contained in:
@@ -104,6 +104,8 @@ class Play(object):
|
||||
tasks = []
|
||||
|
||||
for x in tasks:
|
||||
if not isinstance(x, dict):
|
||||
raise errors.AnsibleError("expecting dict; got: %s" % x)
|
||||
task_vars = self.vars.copy()
|
||||
task_vars.update(vars)
|
||||
if 'include' in x:
|
||||
|
||||
Reference in New Issue
Block a user