Commit b4ebd75d by Michael DeHaan

Merge pull request #481 from jonten/devel

Fixed typo from results to result in _execute_raw method
parents dfc70a98 8acc5cfc
......@@ -357,7 +357,7 @@ class Runner(object):
''' execute a non-module command for bootstrapping, or if there's no python on a device '''
stdout = self._low_level_exec_command( conn, self.module_args, tmp, sudoable = True )
data = dict(stdout=stdout)
return ReturnData(host=conn.host, results=data)
return ReturnData(host=conn.host, result=data)
# ***************************************************
......
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