From 48535cc66177a73a2d5d418838b15b4ddf4cda69 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 8 May 2018 04:28:39 +0100 Subject: [PATCH] docs: more accurate bullet. --- docs/ansible.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 853dd2ea..74f95679 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -43,11 +43,10 @@ it can only ensure the module executes as quickly as possible. of magnitude** compared to SSH pipelining, with around 5x fewer frames traversing the network in a typical run. -* **No writes to the target's filesystem occur**, unless explicitly triggered - by a playbook step. In all typical configurations, Ansible repeatedly - rewrites and extracts ZIP files to multiple temporary directories on the - target. Since no temporary files are used, security issues relating to those - files in cross-account scenarios are entirely avoided. +* **Fewer writes to the target filesystem occur**. In typical configurations, + Ansible repeatedly rewrites and extracts ZIP files to multiple temporary + directories on the target. Security issues relating to temporarily files in + cross-account scenarios are entirely avoided. Installation