fix up the plugin and the playbook
This commit is contained in:
parent
fda1dfa5ff
commit
924befe5ae
2 changed files with 2 additions and 2 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue