mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc: modules involving file transfert bypass pipelining (#37250)
* doc: modules involving file transfert bypass pipelining * Fixed typo
This commit is contained in:
parent
00d9345158
commit
56d0721bd9
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue