ansible: don't wait on FileService response

Any (unlikely) execption will show up in the debug logs.
This commit is contained in:
David Wilson 2018-04-09 03:00:47 +01:00
parent 70a735f23a
commit 135b3738ba
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class BinaryPlanner(Planner):
def plan(self, invocation, **kwargs):
invocation.connection._connect()
mitogen.service.call(
mitogen.service.call_async(
context=invocation.connection.parent,
handle=ansible_mitogen.services.FileService.handle,
method='register',