fix up the plugin and the playbook

This commit is contained in:
Seth Vidal 2012-10-30 22:31:53 +00:00
parent fda1dfa5ff
commit 924befe5ae
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ class ActionModule(object):
self.runner = runner
def run(self, conn, tmp, module_name, module_args, inject):
args = parse_kv(self.runner.module_args)
args = parse_kv(module_args)
if not 'hostname' in args:
raise ae("'hostname' is a required argument.")