From 7365e8b3d6e5b835980249beb7d41d3e7a19918b Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 8 Aug 2023 09:25:55 -0400 Subject: [PATCH] fix(ansible): update transfer method config --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 39d8d11..d1e74ac 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -9,4 +9,4 @@ display_skipped_hosts = False vault_password_file = ./.password_file [ssh_connection] -scp_if_ssh = True +transfer_method = smart