ansible: don't wait on FileService response

Any (unlikely) execption will show up in the debug logs.
pull/193/head
David Wilson 6 years ago
parent 70a735f23a
commit 135b3738ba

@ -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',

Loading…
Cancel
Save