spelling & docs updates

pull/858/head
Dolph Mathews 4 years ago
parent 65276be725
commit dd841c22b1

@ -28,7 +28,7 @@ script:
- MODE=${MODE} .ci/travis.sh
# To avoid matrix explosion, just test against oldest->newest and
# newest->oldest in various configuartions.
# newest->oldest in various configurations.
matrix:
include:

@ -11,7 +11,7 @@ Mitogen for Ansible
module runtime for `Ansible`_. Requiring minimal configuration changes, it
updates Ansible's slow and wasteful shell-centric implementation with
pure-Python equivalents, invoked via highly efficient remote procedure calls to
persistent interpreters tunnelled over SSH. No changes are required to target
persistent interpreters tunneled over SSH. No changes are required to target
hosts.
The extension is considered stable and real-world use is encouraged.
@ -145,9 +145,9 @@ Testimonials
Noteworthy Differences
----------------------
* Ansible 2.3-2.9 are supported along with Python 2.6, 2.7, 3.6 and 3.7. Verify
your installation is running one of these versions by checking ``ansible
--version`` output.
* Ansible 2.3-2.11 are supported along with Python 2.6, 2.7, 3.6, 3.7, 3.8, and
3.9. Verify your installation is running one of these versions by checking
``ansible --version`` output.
* The ``raw`` action executes as a regular Mitogen connection, which requires
Python on the target, precluding its use for installing Python. This will be
@ -176,7 +176,7 @@ Noteworthy Differences
* The ``doas``, ``su`` and ``sudo`` become methods are available. File bugs to
register interest in more.
* The ``sudo`` comands executed differ slightly compared to Ansible. In some
* The ``sudo`` commands executed differ slightly compared to Ansible. In some
cases where the target has a ``sudo`` configuration that restricts the exact
commands allowed to run, it may be necessary to add a ``sudoers`` rule like:

@ -36,7 +36,7 @@ if [ ! "$NOCOVERAGE_ERASE" ]; then
coverage erase
fi
# First run overwites coverage output.
# First run overwrites coverage output.
[ "$SKIP_MITOGEN" ] || {
if [ ! "$NOCOVERAGE" ]; then
coverage run -a "${UNIT2}" discover \

Loading…
Cancel
Save