From 6c3abdd8359454f7d21287e0e2f286c14b415b52 Mon Sep 17 00:00:00 2001 From: heet007 <66148620+heet007-code@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:55:37 -0700 Subject: [PATCH] Update lib/ansible/plugins/connection/ssh.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- lib/ansible/plugins/connection/ssh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/plugins/connection/ssh.py b/lib/ansible/plugins/connection/ssh.py index e8de2b54243..6b6e683c58d 100644 --- a/lib/ansible/plugins/connection/ssh.py +++ b/lib/ansible/plugins/connection/ssh.py @@ -296,9 +296,9 @@ DOCUMENTATION = ''' version_added: '2.7' sftp_batch_mode: default: true - description: ' + description: - If set to C(true), Ansible will use SFTP batch mode for transfers. This can optimize file transfers, particularly for larger files. - - Set to C(false) to disable batch mode and send files one at a time.' + - Set to C(false) to disable batch mode and send files one at a time. env: [{name: ANSIBLE_SFTP_BATCH_MODE}] ini: - {key: sftp_batch_mode, section: ssh_connection}