1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix up async

This commit is contained in:
Michael DeHaan 2012-07-23 20:46:35 -04:00
parent cac7afd700
commit cbea17e4c5

View file

@ -279,8 +279,10 @@ class Runner(object):
# should drop module in same directory
(module_path, is_new_style) = self._copy_module(conn, tmp, module_name, inject)
self._low_level_exec_command(conn, "chmod +x %s" % module_path, tmp)
return self._execute_module(conn, tmp, 'async_wrapper', module_args,
async_module=module_name,
async_module=module_path,
async_jid=self.generated_jid,
async_limit=self.background,
inject=inject