From 56d0721bd91923ad84ef2ed04f4a166abbbd80d4 Mon Sep 17 00:00:00 2001 From: Pilou Date: Fri, 23 Mar 2018 13:02:19 +0100 Subject: [PATCH] doc: modules involving file transfert bypass pipelining (#37250) * doc: modules involving file transfert bypass pipelining * Fixed typo --- docs/docsite/rst/user_guide/become.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/user_guide/become.rst b/docs/docsite/rst/user_guide/become.rst index 2ebdae92c52..0df227b68c0 100644 --- a/docs/docsite/rst/user_guide/become.rst +++ b/docs/docsite/rst/user_guide/become.rst @@ -149,8 +149,9 @@ Ways to resolve this include: * Use `pipelining`. When pipelining is enabled, Ansible doesn't save the module to a temporary file on the client. Instead it pipes the module to - the remote python interpreter's stdin. Pipelining does not work for - non-python modules. + the remote python interpreter's stdin. Pipelining does not work for + python modules involving file transfer (for example: :ref:`copy `, + :ref:`fetch `, :ref:`template