Fix typo in Ansible documentation
This commit is contained in:
parent
3a52b44b6b
commit
4d48f140a8
|
@ -9,7 +9,7 @@ Mitogen for Ansible
|
||||||
|
|
||||||
**Mitogen for Ansible** is a completely redesigned UNIX connection layer and
|
**Mitogen for Ansible** is a completely redesigned UNIX connection layer and
|
||||||
module runtime for `Ansible`_. Requiring minimal configuration changes, it
|
module runtime for `Ansible`_. Requiring minimal configuration changes, it
|
||||||
updates Ansible's slow and wasteful shell-centic implementation with
|
updates Ansible's slow and wasteful shell-centric implementation with
|
||||||
pure-Python equivalents, invoked via highly efficient remote procedure calls to
|
pure-Python equivalents, invoked via highly efficient remote procedure calls to
|
||||||
persistent interpreters tunnelled over SSH. No changes are required to target
|
persistent interpreters tunnelled over SSH. No changes are required to target
|
||||||
hosts.
|
hosts.
|
||||||
|
|
Loading…
Reference in New Issue