fix code handling if module_vars is None

pull/4420/head
Michael DeHaan 2012-04-26 23:18:29 -04:00
parent 803672a769
commit 67d1169674
1 changed files with 3 additions and 0 deletions

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