fix code handling if module_vars is None

This commit is contained in:
Michael DeHaan 2012-04-26 23:18:29 -04:00
parent 803672a769
commit 67d1169674

View file

@ -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