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:
parent
67b5b52bd7
commit
5576d805cc
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue