From 5ecbc199f88409f908e9a72d3abbe2925b8d898b Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 1 Sep 2021 16:48:06 -0400 Subject: [PATCH] ssh connection added option priority note (#75219) --- lib/ansible/plugins/connection/ssh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/connection/ssh.py b/lib/ansible/plugins/connection/ssh.py index 5185543d72a..08e90ce0814 100644 --- a/lib/ansible/plugins/connection/ssh.py +++ b/lib/ansible/plugins/connection/ssh.py @@ -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}