From 43ecbe350c5a3ca2e126db384a4c71d7dc5dd9f1 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 9 Apr 2018 00:32:52 +0100 Subject: [PATCH] docs: rearrange more ansible risks --- docs/ansible.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index bad98887..1e09dd6c 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -139,15 +139,13 @@ High Risk For some playbooks that parameterize ``become_user`` over many accounts, resource exhaustion may be triggered on the target machine. -* Only Ansible 2.4 is being used for development, with occasional tests under - 2.5, 2.3 and 2.2. It should be more than possible to fully support at least - 2.3, if not also 2.2. - Low Risk ~~~~~~~~ -* Only UNIX machines running Python 2.x are supported, Windows will come later. +* Only Ansible 2.4 is being used for development, with occasional tests under + 2.5, 2.3 and 2.2. It should be more than possible to fully support at least + 2.3, if not also 2.2. * Only the ``sudo`` become method is available, however adding new methods is straightforward, and eventually at least ``su`` will be included.