From fa560f3ef419c4337456b78658eb58eb9f2397b7 Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Thu, 4 Sep 2025 20:25:42 -0700 Subject: [PATCH] More sanity fixes --- plugins/connection/iap.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/connection/iap.py b/plugins/connection/iap.py index 89293a5b..c4b1d7f0 100644 --- a/plugins/connection/iap.py +++ b/plugins/connection/iap.py @@ -419,12 +419,10 @@ DOCUMENTATION = """ type: string default: smart choices: - sftp: This is the most reliable way to copy things with SSH. - scp: Deprecated in OpenSSH. For OpenSSH >=9.0 you must add an additional option - to enable scp C(scp_extra_args="-O"). - piped: Creates an SSH pipe with C(dd) on either side to copy the data. - smart: Tries each method in order (sftp > scp > piped), until one succeeds or - they all fail. + - sftp + - scp + - piped + - smart env: - name: ANSIBLE_SSH_TRANSFER_METHOD ini: