[linear2] more merge fallout, fix Connection._mitogen_reset(mode=)

pull/607/head
David Wilson 5 years ago
parent a9755d4ad0
commit 136dee1fb4

@ -767,7 +767,7 @@ class Connection(ansible.plugins.connection.ConnectionBase):
mitogen.service.call(
call_context=self.binding.get_service_context(),
service_name='ansible_mitogen.services.ContextService',
method_name='put',
method_name=mode,
context=self.context
)

Loading…
Cancel
Save