diff --git a/docs/ansible.rst b/docs/ansible.rst index bdd05307..790d0369 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -124,7 +124,7 @@ Testimonials Noteworthy Differences ---------------------- -* Ansible 2.3-2.5 are supported along with Python 2.6, 2.7 or 3.6. Verify your +* Ansible 2.3-2.6 are supported along with Python 2.6, 2.7 or 3.6. Verify your installation is running one of these versions by checking ``ansible --version`` output. diff --git a/docs/changelog.rst b/docs/changelog.rst index f3e0dab5..d755875a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -261,7 +261,7 @@ within a stable series. Mitogen for Ansible ~~~~~~~~~~~~~~~~~~~ -* Support for Ansible 2.3 - 2.5.x and any mixture of Python 2.6, 2.7 or 3.6 on +* Support for Ansible 2.3 - 2.6.x and any mixture of Python 2.6, 2.7 or 3.6 on controller and target nodes. * Drop-in support for many Ansible connection types.