diff --git a/docs/ansible.rst b/docs/ansible.rst index 57294c8a..09307a5f 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -32,12 +32,6 @@ time spent by the target host already doing useful work. Mitogen cannot speed up a module once it is executing, it can only ensure the module executes as quickly as possible. -.. raw:: html - -
- -
- * **A single SSH connection is used for each target host**, in addition to one sudo invocation per distinct user account. Subsequent playbook steps always reuse the same connection. This is much better than SSH multiplexing combined