fix code handling if module_vars is None
parent
803672a769
commit
67d1169674
|
@ -122,6 +122,9 @@ class Runner(object):
|
||||||
else:
|
else:
|
||||||
self.inventory = inventory
|
self.inventory = inventory
|
||||||
|
|
||||||
|
if module_vars is None:
|
||||||
|
module_vars = {}
|
||||||
|
|
||||||
self.setup_cache = setup_cache
|
self.setup_cache = setup_cache
|
||||||
self.conditional = conditional
|
self.conditional = conditional
|
||||||
self.module_path = module_path
|
self.module_path = module_path
|
||||||
|
|
Loading…
Reference in New Issue