From a29a883dfc4dafd530d47e83396e4606527a7d1a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 25 Jul 2018 14:03:26 -0700 Subject: [PATCH] issue #311: docs: comment out Ansible 2.6 for now. --- docs/ansible.rst | 2 +- docs/changelog.rst | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 8750aec1..0d0948f6 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -58,7 +58,7 @@ Installation ------------ 1. Thoroughly review the :ref:`noteworthy_differences` and :ref:`changelog`. -2. Verify Ansible 2.3-2.6.1 and Python 2.6, 2.7 or 3.6 are listed in ``ansible +2. Verify Ansible 2.3-2.5 and Python 2.6, 2.7 or 3.6 are listed in ``ansible --version`` output. 3. Download and extract |mitogen_url| from PyPI. 4. Modify ``ansible.cfg``: diff --git a/docs/changelog.rst b/docs/changelog.rst index 59fb2a5e..8d9a17ed 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,16 @@ Release Notes +.. comment + + v0.2.3 (2018-07-??) + ------------------- + + * `#315 `_: Mitogen for Ansible is + supported under Ansible 2.6. Contributed by `Dan Quackenbush + `_. + + v0.2.2 (2018-07-??) ------------------- @@ -42,10 +52,6 @@ Mitogen for Ansible process environment cleanup, caused by the change in v0.2.1 to run local tasks with the correct environment. -* `#315 `_: Mitogen for Ansible is - supported under Ansible 2.6. Contributed by `Dan Quackenbush - `_. - * `#317 `_: respect the verbosity setting when writing to to Ansible's ``log_path`` log file, if it is enabled. Child log filtering was also incorrect, causing the master to needlessly wake