mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ssh connection added option priority note (#75219)
This commit is contained in:
@@ -294,6 +294,7 @@ DOCUMENTATION = '''
|
||||
- "Preferred method to use when transfering files over SSH."
|
||||
- When set to I(smart), Ansible will try them until one succeeds or they all fail.
|
||||
- If set to I(True), it will force 'scp', if I(False) it will use 'sftp'.
|
||||
- This setting will overridden by ssh_transfer_method if set.
|
||||
env: [{name: ANSIBLE_SCP_IF_SSH}]
|
||||
ini:
|
||||
- {key: scp_if_ssh, section: ssh_connection}
|
||||
|
||||
Reference in New Issue
Block a user