From 187e3a3fc1095bad23771c10309c4ac2665597c9 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 30 Apr 2018 19:15:51 +0100 Subject: [PATCH] ansible: support 2.3 too. --- docs/ansible.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index aad5966c..893cdad4 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -90,7 +90,7 @@ Installation ------------ 1. Thoroughly review the documented behavioural differences. -2. Verify Ansible 2.4/2.5 and Python 2.7 are listed in ``ansible --version`` +2. Verify Ansible 2.3/2.4/2.5 and Python 2.7 are listed in ``ansible --version`` output. 3. Download and extract https://github.com/dw/mitogen/archive/master.zip 4. Modify ``ansible.cfg``: @@ -110,8 +110,8 @@ Installation Noteworthy Differences ---------------------- -* Ansible 2.4 and 2.5 are supported. File bugs to register interest in older - releases. +* Ansible 2.3, 2.4 and 2.5 are supported. File bugs to register interest in + older releases. * The ``sudo`` become method is available and ``su`` is planned. File bugs to register interest in additional methods.