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.
This commit is contained in:
saibotk 2022-06-13 01:43:01 +02:00
parent 67b5b52bd7
commit 5576d805cc
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -5,8 +5,7 @@ retry_files_enabled = false
vault_password_file = .vault_pass vault_password_file = .vault_pass
[ssh_connection] [ssh_connection]
scp_if_ssh = true transfer_method = piped
transfer_method = scp
[privilege_escalation] [privilege_escalation]
become_ask_pass = false become_ask_pass = false