From 5576d805ccc694d606791092d80e35df4c3a4404 Mon Sep 17 00:00:00 2001 From: saibotk Date: Mon, 13 Jun 2022 01:43:01 +0200 Subject: [PATCH] ansible-config: Use piped instead of scp Newer scp versions seem to also try using sftp and fail, at least nowadays on my home pc. --- ansible.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index eba18a7..4c37a5f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,8 +5,7 @@ retry_files_enabled = false vault_password_file = .vault_pass [ssh_connection] -scp_if_ssh = true -transfer_method = scp +transfer_method = piped [privilege_escalation] become_ask_pass = false