More sanity fixes

This commit is contained in:
Jorge Gallegos 2025-09-04 20:25:42 -07:00
commit fa560f3ef4
No known key found for this signature in database

View file

@ -419,12 +419,10 @@ DOCUMENTATION = """
type: string type: string
default: smart default: smart
choices: choices:
sftp: This is the most reliable way to copy things with SSH. - sftp
scp: Deprecated in OpenSSH. For OpenSSH >=9.0 you must add an additional option - scp
to enable scp C(scp_extra_args="-O"). - piped
piped: Creates an SSH pipe with C(dd) on either side to copy the data. - smart
smart: Tries each method in order (sftp > scp > piped), until one succeeds or
they all fail.
env: env:
- name: ANSIBLE_SSH_TRANSFER_METHOD - name: ANSIBLE_SSH_TRANSFER_METHOD
ini: ini: