mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
committed by
Sam Doran
parent
76ab88c9f5
commit
4e0e09d2de
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user