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