Commit 67d11696 by Michael DeHaan

fix code handling if module_vars is None

parent 803672a7
......@@ -122,6 +122,9 @@ class Runner(object):
else:
self.inventory = inventory
if module_vars is None:
module_vars = {}
self.setup_cache = setup_cache
self.conditional = conditional
self.module_path = module_path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment