mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-09-30 05:23:29 -07:00
More sanity fixes
This commit is contained in:
parent
2fc899cd32
commit
fa560f3ef4
1 changed files with 4 additions and 6 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue