mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-21 16:39:08 -07:00
docs: update docs about pipelining (#51856)
Additional documentation about `keep_remote_files` and `pipelining` configurations. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
76ab88c9f5
commit
4e0e09d2de
2 changed files with 5 additions and 1 deletions
|
@ -852,6 +852,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
|||
|
||||
if self._is_pipelining_enabled(module_style):
|
||||
in_data = module_data
|
||||
display.vvv("Pipelining is enabled.")
|
||||
else:
|
||||
cmd = remote_module_path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue