mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
ansible-server: just switch to all scp
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -415,7 +415,7 @@ pipelining = True
|
||||
# * scp = use scp to transfer files
|
||||
# * piped = use 'dd' over SSH to transfer files
|
||||
# * smart = try sftp, scp, and piped, in that order [default]
|
||||
transfer_method = scp,piped,sftp
|
||||
transfer_method = scp
|
||||
|
||||
# if False, sftp will not use batch mode to transfer files. This may cause some
|
||||
# types of file transfer failures impossible to catch however, and should
|
||||
|
||||
Reference in New Issue
Block a user