Arguments to setup module should be json.
This commit is contained in:
parent
306bab93d8
commit
3eff44a2b0
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ class Runner(object):
|
|||
return [ utils.smjson(dict(skipped=True)), None, 'skipped' ]
|
||||
|
||||
if self.module_name == 'setup':
|
||||
if not args:
|
||||
args = {}
|
||||
args = self._add_setup_vars(inject, args)
|
||||
args = self._add_setup_metadata(args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue