ssh connection added option priority note (#75219)

pull/75633/head
Brian Coca 4 years ago committed by GitHub
parent 8af54a0355
commit 5ecbc199f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}

Loading…
Cancel
Save