commit 097072bc40c773fc5538dcca678d3a5a71de2823
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jul 31 15:38:18 2019 +0200
Sync ansible.cfg
roles/ansible-server/templates/ansible.cfg.j2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/ansible-server/templates/ansible.cfg.j2
b/roles/ansible-server/templates/ansible.cfg.j2
index d197372..14bc86d 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 = smart
+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
Show replies by date