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

* doc: modules involving file transfert bypass pipelining

* Fixed typo
pull/37772/merge
Pilou 6 years ago committed by James Cammarata
parent 00d9345158
commit 56d0721bd9

@ -149,8 +149,9 @@ Ways to resolve this include:
* Use `pipelining`. When pipelining is enabled, Ansible doesn't save the * 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 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 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 * (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 managed host. If the temporary directory on the remote host is mounted with

Loading…
Cancel
Save