From 3a5f3c7894910392891e280fde66d54da60cb284 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Apr 2019 18:59:13 +0000 Subject: [PATCH] ansible-server: just switch to all scp Signed-off-by: Kevin Fenzi --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 031b495866..14bc86d231 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -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