deprecate scp_if_ssh (#75218)

* deprecate scp_if_ssh

Co-authored-by: Matt Martz <matt@sivel.net>
pull/75215/merge
Brian Coca 3 years ago committed by GitHub
parent dd220ddc2f
commit d23226a6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
deprecated_features:
- ssh connection plugin option scp_if_ssh in favor of ssh_transfer_method.

@ -289,6 +289,10 @@ DOCUMENTATION = '''
- name: ansible_ssh_transfer_method
version_added: '2.12'
scp_if_ssh:
deprecated:
why: In favor of the "ssh_transfer_method" option.
version: "2.17"
alternatives: ssh_transfer_method
default: smart
description:
- "Preferred method to use when transfering files over SSH."

Loading…
Cancel
Save