mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix
This commit is contained in:
parent
5048218ab5
commit
eee278e02b
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ class Runner(object):
|
|||
inject['item'] = x
|
||||
|
||||
# TODO: this idiom should be replaced with an up-conversion to a Jinja2 template evaluation
|
||||
if isinstance(sel.fcomplex_args, basestring):
|
||||
if isinstance(self.complex_args, basestring):
|
||||
complex_args = template.template(self.basedir, self.complex_args, inject, convert_bare=True)
|
||||
complex_args = utils.safe_eval(complex_args)
|
||||
if type(complex_args) != dict:
|
||||
|
|
Loading…
Reference in a new issue