ansible: don't wait on FileService response
Any (unlikely) execption will show up in the debug logs.
This commit is contained in:
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…
Reference in New Issue