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:
parent
cac7afd700
commit
cbea17e4c5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue