Fix bug in async action plugin

This commit is contained in:
James Cammarata 2015-06-18 13:49:12 -04:00
parent b41b08ba7d
commit 98fee172ee

View file

@ -57,7 +57,7 @@ class ActionModule(ActionBase):
async_jid = str(random.randint(0, 999999999999))
async_cmd = " ".join([str(x) for x in [async_module_path, async_jid, async_limit, remote_module_path, argsfile]])
result = self._low_level_execute_command(cmd=async_cmd, task_vars=task_vars, tmp=None)
result = self._low_level_execute_command(cmd=async_cmd, tmp=None)
# clean up after
if tmp and "tmp" in tmp and not C.DEFAULT_KEEP_REMOTE_FILES: