deprecate scp_if_ssh (#75218)

* deprecate scp_if_ssh

Co-authored-by: Matt Martz <matt@sivel.net>
This commit is contained in:
Brian Coca
2021-11-01 10:49:48 -04:00
committed by GitHub
co-authored by Matt Martz
parent dd220ddc2f
commit d23226a6f4
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,2 @@
deprecated_features:
- ssh connection plugin option scp_if_ssh in favor of ssh_transfer_method.
+4
View File
@@ -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."