Commit 95152910 authored by David Wilson's avatar David Wilson

docs: small fix

parent 485e489a
......@@ -238,11 +238,11 @@ sort ever actually manfest.
Patches
~~~~~~~
Three small patches are employed to hook into Ansible in desirable locations,
in order to override uses of shell, the module executor, and the mechanism for
selecting a connection plug-in. While it is hoped the patches can be avoided in
future, for interesting versions of Ansible deployed today this simply is not
possible, and so they continue to be required.
Three small runtime patches are employed to hook into Ansible in desirable
locations, in order to override uses of shell, the module executor, and the
mechanism for selecting a connection plug-in. While it is hoped the patches can
be avoided in future, for interesting versions of Ansible deployed today this
simply is not possible, and so they continue to be required.
The patches are well defined, act conservatively including by disabling
themselves when non-Mitogen connections are in use, and additional third party
......@@ -262,7 +262,7 @@ equivalent semantics. This allows:
* reporting on unsupported flag combinations,
* avoiding opening the extension up to untestable scenarios where users can
insert arbitrary garbage between Mitogen and the components it integrates
with.
with,
* precise emulation by an alternative implementation, for example if Mitogen
grew support for Paramiko.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment