Update lib/ansible/plugins/connection/ssh.py

Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
pull/84057/head
heet007 1 month ago committed by GitHub
parent ae2e2ccbaa
commit 6c3abdd835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -296,9 +296,9 @@ DOCUMENTATION = '''
version_added: '2.7' version_added: '2.7'
sftp_batch_mode: sftp_batch_mode:
default: true 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. - 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}] env: [{name: ANSIBLE_SFTP_BATCH_MODE}]
ini: ini:
- {key: sftp_batch_mode, section: ssh_connection} - {key: sftp_batch_mode, section: ssh_connection}

Loading…
Cancel
Save