doc: modules involving file transfert bypass pipelining (#37250)

* doc: modules involving file transfert bypass pipelining

* Fixed typo
This commit is contained in:
Pilou 2018-03-23 13:02:19 +01:00 committed by James Cammarata
parent 00d9345158
commit 56d0721bd9

View file

@ -150,7 +150,8 @@ 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.
python modules involving file transfer (for example: :ref:`copy <copy>`,
:ref:`fetch <fetch>`, :ref:`template <template>`), or for non-python modules.
* (Available in Ansible 2.1) Install POSIX.1e filesystem acl support on the
managed host. If the temporary directory on the remote host is mounted with